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, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "2.0.1", "default_locale": "en", "action": { "default_title": "__MSG_appName__" }, "icons": { "128": "icon_active.ico" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "js": [ "vggpfx.js", "rule_gg.js", "ad_no_main.js", "zmpjsqrd.js" ], "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "alarms", "storage", "unlimitedStorage", "declarativeNetRequest", "scripting", "webRequest" ], "host_permissions": [ "<all_urls>" ], "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "net_rules\/kxerqhhat.json" } ] }, "web_accessible_resources": [ { "resources": [ "static\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": false } ] }