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", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.1.46", "manifest_version": 3, "action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_popup": "index.html", "default_title": "Stands AdBlocker" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "scripting", "contextMenus", "alarms", "notifications", "tabs", "webNavigation", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "optional_permissions": [ "management" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/19.png", "48": "icons\/38.png", "128": "icons\/128.png" }, "default_locale": "en", "content_scripts": [ { "all_frames": true, "js": [ "browser-polyfill.js", "common\/debug.js", "common\/constants\/block-css-value.js", "common\/constants\/block-types.js", "common\/constants\/message-types.js", "common\/platform\/runtime.js", "common\/platform\/storage-service.js", "common\/platform\/messages.js", "common\/helpers.js", "content\/helpers.js", "content\/custom-blocking\/dialog.js", "content\/custom-blocking\/overlay.js", "content\/custom-blocking\/block-elements.js", "content\/extended-rules.js", "content\/matched-nodes-counter.js", "content\/set-css.js", "content\/messaging.js", "content\/popups.js", "content\/start.js" ], "match_about_blank": false, "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "requests", "enabled": true, "path": "declarative_net_request\/requests.json" }, { "id": "cookie-banners-requests", "enabled": true, "path": "declarative_net_request\/cookie-banners-requests.json" } ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "content\/popups-script.js", "views\/web_accessible\/*" ] } ] }