Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "default_locale": "en_US", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "background": { "service_worker": "js\/back.js" }, "action": { "default_icon": "img\/logo.png", "default_popup": "popup.html" }, "icons": { "16": "img\/logo-16x16.png", "48": "img\/logo-48x48.png", "128": "img\/logo.png" }, "declarative_net_request": { "rule_resources": [ { "id": "block-agent", "enabled": false, "path": "agent-block.json" } ] }, "optional_host_permissions": [ "<all_urls>" ], "permissions": [ "privacy", "cookies", "browsingData", "tabs", "webRequest", "declarativeNetRequestWithHostAccess", "storage" ], "incognito": "split", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.0.0" }