Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Enhanced Viewer", "version": "3.0", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 Twitch: \u043f\u043e\u0442\u043e\u043a 1080p \u0434\u043b\u044f \u0440\u0435\u0433\u0438\u043e\u043d\u043e\u0432 \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u043c\u0438, \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0441 JeetBot", "action": { "default_popup": "content\/popup.html", "default_icon": "icon.png" }, "permissions": [ "scripting", "activeTab", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/usher.ttvnw.net\/*", "https:\/\/*.twitch.tv\/*", "https:\/\/www.twitch.tv\/*", "https:\/\/api.jeetbot.cc\/*" ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/*.twitch.tv; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com;" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "\/src\/proxy.json" } ] }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "\/src\/tts_hint.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "\/src\/inject.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } } }