Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "name": "AdBlocker for YouTube\u2122", "version": "1.3.0", "manifest_version": 3, "description": "A YouTube AdBlocker\/AdSkipper that works.", "author": "Marsss' Dev Team", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/src\/contentScript.js" ], "run_at": "document_start" } ], "background": { "service_worker": "\/src\/installChecker.js" }, "permissions": [ "storage" ], "icons": { "16": "\/assets\/icon-16.png", "32": "\/assets\/icon-32.png", "48": "\/assets\/icon-48.png", "64": "\/assets\/icon-64.png", "128": "\/assets\/icon-128.png", "256": "\/assets\/icon-256.png", "512": "\/assets\/icon-512.png" }, "action": { "default_popup": "\/src\/popup.html" } }