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": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.2.0", "icons": { "128": "icon.png" }, "action": { "default_title": "__MSG_extName__", "default_icon": "icon.png", "default_popup": "popup\/index.html" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "background": { "service_worker": "ad-blocker\/service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "ad-blocker\/content-script.js" ] } ], "default_locale": "en" }