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", "version": "1.0.33", "manifest_version": 3, "name": "ReYohoho Twitch Extension", "description": "ReYohoho Twitch Extension", "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "*:\/\/*.twitch.tv\/*" ], "minimum_chrome_version": "111", "externally_connectable": { "matches": [ "https:\/\/*.twitch.tv\/*" ] }, "web_accessible_resources": [ { "resources": [ "betterttv.js", "betterttv.css", "firefox_runtime_messaging.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "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" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" }, "safari": { "strict_min_version": "16" } } }