Twitch Control

Control Twitch.tv tabs

Cos'è Twitch Control?

Twitch Control è un'estensione di Chrome sviluppata da Tyler Sutherland, e la sua funzione principale è "Control Twitch.tv tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Control

Scarica i file di estensione Twitch Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
URL Ufficiale https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
Descrizione Control Twitch.tv tabs
Dimensione del File 12.97 KB
Conteggio Installazioni 75
Versione Corrente 0.3
Ultimo Aggiornamento 2017-05-22
Data di Pubblicazione 2017-05-22
Sviluppatore Tyler Sutherland
Tipo di Pagamento free
Lingue Supportate 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"
    }
}