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", "version": "4.0.3", "manifest_version": 3, "name": "__MSG_extension_name__", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "js\/bg-sw.js" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "Adblock Pro for Youtube\u2122" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "webRequest", "declarativeNetRequest", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }