Twitch Control

Control Twitch.tv tabs

¿Qué es Twitch Control?

Twitch Control es una extensión de Chrome desarrollada por Tyler Sutherland, y su función principal es "Control Twitch.tv tabs".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitch Control

Descarga archivos de extensión Twitch Control en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
URL Oficial https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
Descripción Control Twitch.tv tabs
Tamaño del Archivo 12.97 KB
Cantidad de Instalaciones 75
Versión Actual 0.3
Última Actualización 2017-05-22
Fecha de Publicación 2017-05-22
Desarrollador Tyler Sutherland
Tipo de Pago free
Idiomas Soportados 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"
    }
}