Twitch Control
Control Twitch.tv tabs
What is Twitch Control?
Twitch Control is a Chrome extension developed by Tyler Sutherland, and its main feature is "Control Twitch.tv tabs".
Extension Screenshots
Download Twitch Control Extension CRX File
Download Twitch Control 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
Allows you to control twitch streams with out having to go to the tab the stream is in. You can pause, resume or adjust the volume of any stream you have open in chrome. You can also switch to any stream tab you have open by clicking on the stream name.
Extension Basic Information
Name | Twitch Control |
ID | hmjofdjfgjjejhgjigakoaddbgldgjai |
Official URL | https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai |
Description | Control Twitch.tv tabs |
File Size | 12.97 KB |
Installation Count | 75 |
Current Version | 0.3 |
Last Updated | 2017-05-22 |
Publish Date | 2017-05-22 |
Developer | Tyler Sutherland |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Control", "version": "0.3", "description": "Control Twitch.tv tabs", "browser_action": { "default_popup": "popup.html" }, "author": "Tyler Sutherland", "permissions": [ "tabs", "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "icons": { "128": "icon_128.png" } } |