Open in Twitch Player
Runs Twitch web streams in Twitch Player
What is Open in Twitch Player?
Open in Twitch Player is a Chrome extension developed by Globidev, and its main feature is "Runs Twitch web streams in Twitch Player".
Download Open in Twitch Player Extension CRX File
Download Open in Twitch Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Open in Twitch Player |
ID | cafdkpbjddldmaichnoonnhamnlapdhg |
Official URL | https://chromewebstore.google.com/detail/open-in-twitch-player/cafdkpbjddldmaichnoonnhamnlapdhg |
Description | Runs Twitch web streams in Twitch Player |
File Size | 210 KB |
Installation Count | 14 |
Current Version | 0.1 |
Last Updated | 2018-07-22 |
Publish Date | 2018-07-21 |
Developer | Globidev |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open in Twitch Player", "description": "Runs Twitch web streams in Twitch Player", "version": "0.1", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "run.js" ], "persistent": false } } |