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", "manifest_version": 3, "version": "4.3.0", "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "author": "https:\/\/github.com\/tarampampam", "homepage_url": "https:\/\/random-user-agent.com\/", "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" } } }, "host_permissions": [ "<all_urls>" ], "permissions": [ "tabs", "alarms", "storage", "scripting", "declarativeNetRequest" ], "incognito": "spanning", "minimum_chrome_version": "120", "web_accessible_resources": [ { "resources": [ "\/QHkmCThP.js" ], "matches": [ "<all_urls>" ] } ] }