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", "name": "AD BLOCK PROFESSIONAL", "short_name": "Ad Block Professional", "description": "Blocks ads and annoying cookies as well as optimising your browser by clearing cache many other things you choose", "homepage_url": "https:\/\/adblockprofessional.com", "version": "1.302", "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "activeTab", "alarms", "browsingData", "cookies", "declarativeNetRequest", "gcm", "identity", "identity.email", "notifications", "storage", "scripting", "tabs", "webNavigation" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" }, { "id": "ruleset_2", "enabled": true, "path": "rules_allow.json" } ] }, "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo16.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png", "192": "logo192.png", "512": "logo512.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.mysocial360.com\/oauth\/*" ], "js": [ ".\/messages\/auth.js" ], "run_at": "document_end", "all_frames": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "logo16.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } }