Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Anti-Adblock Bypass", "description": "Allows you to watch YouTube videos with an adblocker.", "version": "1.1.0", "manifest_version": 3, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*", "https:\/\/music.youtube.com\/watch*" ], "js": [ "injected.js" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "128": "128.png" } }