Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.6.9", "manifest_version": 3, "name": "__MSG_EXTENSION_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "author": "NightDev, LLC", "homepage_url": "https:\/\/betterttv.com", "icons": { "128": "icon.png" }, "default_locale": "en", "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "*:\/\/*.twitch.tv\/*" ], "optional_host_permissions": [ "*:\/\/*.youtube.com\/*" ], "optional_permissions": [ "*:\/\/*.youtube.com\/*" ], "minimum_chrome_version": "111", "externally_connectable": { "matches": [ "https:\/\/*.twitch.tv\/*", "https:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "betterttv.js", "betterttv.css", "firefox_runtime_messaging.js" ], "matches": [ "https:\/\/*.twitch.tv\/*", "https:\/\/*.youtube.com\/*" ] } ], "content_scripts": [ { "all_frames": true, "js": [ "betterttv.js" ], "css": [ "betterttv.css" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "exclude_matches": [ "*:\/\/*.twitch.tv\/*.html", "*:\/\/*.twitch.tv\/*.html?*", "*:\/\/*.twitch.tv\/*.htm", "*:\/\/*.twitch.tv\/*.htm?*" ], "world": "MAIN" } ], "action": { "default_title": "BetterTTV" }, "background": { "service_worker": "background.js" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" }, "safari": { "strict_min_version": "16" } } }