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": "__MSG_ext_extension_name__", "description": "__MSG_ext_extension_description__", "version": "1.1.6", "default_locale": "en", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon_128.png" }, "action": { "default_icon": "icon_default.png", "default_popup": "popup.html" }, "minimum_chrome_version": "88", "permissions": [ "cookies", "tts", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_start", "js": [ "contentYt.js" ] } ], "web_accessible_resources": [ { "resources": [ "yt_inject.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.youtube.com\/*" ] }, "manifest_version": 3 }