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", "manifest_version": 3, "name": "Block Sponsor Comments", "version": "1.5.6", "description": "Browser extension to remove sponsors from YouTube descriptions and comments.", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "action": { "default_popup": "settings.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "blocker.js" ] } ], "web_accessible_resources": [ { "resources": [ "settings.html", "*.json" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "128": "icon.png" } }