Twitch Control

Control Twitch.tv tabs

Wat is Twitch Control?

Twitch Control is een Chrome-extensie ontwikkeld door Tyler Sutherland, en de belangrijkste functie is "Control Twitch.tv tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Control

Download Twitch Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
Officiële URL https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
Beschrijving Control Twitch.tv tabs
Bestandsgrootte 12.97 KB
Aantal Installaties 75
Huidige Versie 0.3
Laatst Bijgewerkt 2017-05-22
Publicatiedatum 2017-05-22
Ontwikkelaar Tyler Sutherland
Betalingswijze free
Ondersteunde Talen 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"
    }
}