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", "name": "BlockTube", "version": "0.4.5", "description": "YouTube\u2122 content blocker", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/m.youtube.com\/*" ], "js": [ "src\/scripts\/content_script.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/m.youtube.com\/*" ], "js": [ "src\/scripts\/seed.js" ], "run_at": "document_start", "all_frames": true, "world": "MAIN" }, { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/m.youtube.com\/*" ], "js": [ "src\/scripts\/inject.js" ], "run_at": "document_start", "all_frames": true, "world": "MAIN" } ], "action": { "default_title": "BlockTube Options", "default_icon": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" } }, "options_ui": { "page": "src\/ui\/options.html", "open_in_tab": true }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "service_worker": "src\/scripts\/background.js" }, "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "homepage_url": "https:\/\/github.com\/amitbl\/blocktube" }