Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Content Warning YouTube", "version": "3.0.3", "description": "Auto click YouTube content warning.", "manifest_version": 3, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "scripts.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/music.youtube.com\/*" ], "js": [ "test.js" ], "run_at": "document_end" } ], "host_permissions": [ "http:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }