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": "Channel Blocker For YouTube", "version": "1.1.1", "description": "Clean up your YouTube feed. Block channels and comments with blacklists or regular expressions.", "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "96": "\/images\/icon.png", "128": "\/images\/icon.png" }, "permissions": [ "storage", "unlimitedStorage", "tabs", "webRequest" ], "host_permissions": [ "*:\/\/ytcblocker-pay.aikc.net\/*" ], "background": { "service_worker": "service-worker\/loader.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content-scripts\/enums\/enums.js", "content-scripts\/enums\/messages.js", "content-scripts\/helper\/index.js", "content-scripts\/helper\/blockBtn.js", "content-scripts\/storage\/index.js", "content-scripts\/context\/index.js", "content-scripts\/observer\/observer.js", "content-scripts\/observer\/videoCreatorObserver.js", "content-scripts\/observer\/index.js", "content-scripts\/index.js" ] } ], "options_page": ".\/ui\/settings\/index.html", "action": { "default_title": "Channel Blocker (Configuration)", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "96": "\/images\/icon.png", "128": "\/images\/icon.png" } } }