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, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "6.9.0", "default_locale": "en", "permissions": [ "contextMenus", "cookies", "storage", "activeTab", "declarativeNetRequest" ], "incognito": "split", "action": { "default_icon": { "19": "icons\/icon_toolbar.png", "38": "icons\/[email protected]" }, "default_title": "__MSG_actionTitle__" }, "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "background": { "service_worker": "backgroundScript.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "allFrames": false } ], "web_accessible_resources": [ { "resources": [ "index.html", "style.css" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "img-src": "self" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png", "140": "icons\/icon_140.png", "256": "icons\/icon_256.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "assets\/rules.json" } ] } }