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": "__MSG_brand__", "version": "2.1", "description": "__MSG_brand_desc__", "default_locale": "en", "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-120.png" }, "action": { "default_icon": "assets\/icon-120.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "assets\/*.png" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "exclude_matches": [ "https:\/\/www.youtube.com\/feed\/channels" ], "js": [ "js\/function.js", "js\/yt\/content.js", "js\/content.js" ] }, { "matches": [ "https:\/\/music.youtube.com\/*" ], "js": [ "js\/function.js", "js\/ytm\/content.js", "js\/content.js" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "css\/channel.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/feed\/channels" ], "js": [ "js\/function.js", "js\/channel.js" ], "css": [ "css\/channel.css" ] } ] }