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": "Better YT UI", "description": "Better YouTube UI", "version": "0.2.0", "icons": { "128": "icon.png" }, "manifest_version": 3, "content_scripts": [ { "css": [ "main.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] }