Twitch Control

Control Twitch.tv tabs

O que é Twitch Control?

Twitch Control é uma extensão do Chrome desenvolvida por Tyler Sutherland, e sua principal característica é "Control Twitch.tv tabs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Control

Baixe arquivos de extensão Twitch Control no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
URL Oficial https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
Descrição Control Twitch.tv tabs
Tamanho do Arquivo 12.97 KB
Contagem de Instalações 75
Versão Atual 0.3
Última Atualização 2017-05-22
Data de Publicação 2017-05-22
Desenvolvedor Tyler Sutherland
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}