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", "manifest_version": 3, "name": "AdLock: Free Adblocker & Privacy Protection", "short_name": "AdLock", "version": "0.2.0", "minimum_chrome_version": "101", "default_locale": "en", "description": "Block ads, pop-ups and all kind of ads on your favourite sites, including YT, Crunchyroll, Spotify, SoundCloud and KissAnime.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "hard-whitelist", "enabled": true, "path": "res\/net\/hard-whitelist.json" }, { "id": "1001", "enabled": true, "path": "res\/net\/1001.json" }, { "id": "1002", "enabled": true, "path": "res\/net\/1002.json" }, { "id": "1005", "enabled": true, "path": "res\/net\/1005.json" }, { "id": "1006", "enabled": true, "path": "res\/net\/1006.json" }, { "id": "1008", "enabled": true, "path": "res\/net\/1008.json" }, { "id": "1105", "enabled": true, "path": "res\/net\/1105.json" }, { "id": "1113", "enabled": true, "path": "res\/net\/1113.json" }, { "id": "1216", "enabled": true, "path": "res\/net\/1216.json" } ] }, "permissions": [ "activeTab", "declarativeNetRequest", "storage", "unlimitedStorage", "tabs", "webNavigation", "webRequest", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "js\/service-worker.js" }, "options_page": "options.html", "action": { "default_title": "AdLock", "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "js\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ] }