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", "name": "YouTube No Cast", "description": "Removing YouTube cast button.", "version": "1.0.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "index.js" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ] }