Twitch Control

Control Twitch.tv tabs

Qu'est-ce que Twitch Control ?

Twitch Control est une extension Chrome développée par Tyler Sutherland, et sa fonction principale est "Control Twitch.tv tabs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Control

Téléchargez les fichiers d'extension Twitch Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
URL Officiel https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
Description Control Twitch.tv tabs
Taille du Fichier 12.97 KB
Nombre d'Installations 75
Version Actuelle 0.3
Dernière Mise à Jour 2017-05-22
Date de Publication 2017-05-22
Développeur Tyler Sutherland
Type de Paiement free
Langues Prises en Charge 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"
    }
}