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", "manifest_version": 3, "version": "1.0.0", "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup\/index.html", "default_icon": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "default_title": "__MSG_manifest_action_default_title__" }, "commands": { "renew-useragent": { "description": "__MSG_manifest_command_renew_useragent__", "suggested_key": { "default": "Ctrl+Shift+U" } } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ ".\/js\/jquery.min.js", "contentscript.js" ] } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "tabs", "alarms", "storage", "scripting", "declarativeNetRequest" ], "incognito": "spanning", "minimum_chrome_version": "120", "web_accessible_resources": [ { "resources": [ "\/WXkqOoBd.js" ], "matches": [ "<all_urls>" ] } ] }