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": "Show Youtube Email", "version": "1.0", "description": "Show the hidden email address of the Youtube channel.", "icons": { "128": "icons\/logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "main.js" ] } ] }