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", "background": { "service_worker": "sw.js" }, "content_scripts": [ { "all_frames": true, "js": [ "cs.js" ], "match_about_blank": true, "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "host_permissions": [ "<all_urls>" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "ruleset_1.json" } ] }, "manifest_version": 3, "name": "__MSG_appName__", "version": "2024.09.24.15", "default_locale": "en", "description": "__MSG_appDesc__", "permissions": [ "tabs", "storage", "scripting", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "unlimitedStorage" ], "icons": { "128": "128.png" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "web-accessible-resources\/*", "close.html", "128.png" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }