Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u963f\u91cc\u4e91RPA", "version": "3.1.0", "manifest_version": 3, "description": "\u963f\u91cc\u4e91RPA Chrome\u81ea\u52a8\u5316\u63d2\u4ef6", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "nativeMessaging", "tabs", "webNavigation", "debugger", "cookies", "downloads", "clipboardRead", "clipboardWrite", "management", "debugger", "scripting" ], "background": { "service_worker": "BackgroundServiceWorker.js", "type": "module" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }