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": "YouTube Blocker", "version": "1.0.1", "description": "Block YouTube videos", "manifest_version": 3, "icons": { "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "js": [ "Blockvids.js" ], "matches": [ "http:\/\/www.youtube.com\/**", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "action": { "default_title": "YouTube ad blocker", "default_icon": "icons\/48x48.png", "default_popup": "popup.html" } }