Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXT_NAME__", "short_name": "__MSG_EXT_SHORT_NAME__", "description": "__MSG_EXT_DESCRIPTION__", "version": "4.0.47.2", "manifest_version": 3, "default_locale": "en", "permissions": [ "storage", "notifications", "contextMenus", "activeTab", "identity", "alarms", "unlimitedStorage", "scripting", "userScripts" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": "assets\/icons\/icon64.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/status-bar.min.css" ], "js": [ "content_scripts.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "<all_urls>" ], "js": [ "content_scripts_main.js" ], "run_at": "document_start", "all_frames": true, "world": "MAIN" }, { "matches": [ "<all_urls>" ], "css": [ "css\/wizard-popup.min.css" ], "js": [ "webcomponents\/webcomponents-bundle.js", "wizard-popup.js", "wizard.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "http:\/\/localhost:*\/*", "https:\/\/*.getautoclicker.com\/*", "https:\/\/*.getdataentry.com\/*" ] }, "oauth2": { "client_id": "15763641869-ig5p6fsnc0v91ta0c0nkjuggsjr5bh2q.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "sandbox": { "pages": [ "html\/sandbox.html" ] }, "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "assets\/*", "css\/*", "html\/*", "*.js.map" ], "matches": [ "<all_urls>" ] } ] }