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": "Detox YouTube", "version": "0.1.1", "description": "YouTube is toxic. It's full of clickbait, outrage, labelling, misinformation, and attention hacks. Let's clean it up.", "icons": { "48": "icons\/a7\/icon-48.png", "64": "icons\/a7\/icon-64.png", "128": "icons\/a7\/icon-128.png" }, "action": { "default_title": "Detox YouTube", "default_popup": "popup\/popup.html", "default_icon": "icons\/a7\/icon-48.png" }, "permissions": [ "storage", "tabs", "contextMenus" ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "js": [ "vendor\/color.min.js", "vendor\/face-api.min.js", "scripts\/1a-generic-functions.js", "scripts\/2-application-functions.js", "scripts\/3a-business-functions.js", "scripts\/3b-violation-constants.js", "scripts\/3c-violation-helpers.js", "scripts\/3d-violation-finders.js", "scripts\/4-main.js", "scripts\/5a-global-variables.js", "scripts\/5b-observer-functions.js", "scripts\/5c-runner.js" ], "css": [ "css\/content.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] }