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", "action": { "default_popup": "panel.html", "default_title": "Web Ad Blocker" }, "author": { "email": "[email protected]", "name": "WebAdBlocker.org" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "all_frames": false, "css": [ "content.css" ], "js": [ "modules\/jquery-3.6.0.min.js", "modules\/common.js", "modules\/storage.js", "modules\/sset.js", "modules\/idb.js", "modules\/wlist.js", "modules\/hlist.js", "modules\/stats.js", "modules\/lic.js", "modules\/totals.js", "modules\/tutorial.js", "modules\/notif.js", "modules\/foot.js", "modules\/head.js", "filters\/hosts.js", "filters\/sel.js", "filters\/extra.js", "filters\/fb.js", "filters\/yt.js", "filters\/search.js", "filters\/track.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "default_locale": "en", "description": "Block annoying ads, invasive trackers, and YouTube ads, giving you a more private and uninterrupted online experience.", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "incognito": "spanning", "manifest_version": 3, "minimum_chrome_version": "101", "name": "Web Ad Blocker", "optional_permissions": [], "permissions": [ "contextMenus", "declarativeNetRequest", "storage", "unlimitedStorage", "tabs", "webRequest", "scripting", "webNavigation" ], "short_name": "WAB", "version": "6.2.7", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "tutorial.html", "foot.html", "foot2.html", "foot-a.html", "foot-b.html", "head.html", "notif.html" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ytads", "enabled": true, "path": "filters\/ytads.json" } ] } }