Twitch Peak

Keeps the current tab set to the largest stream for any given game on Twitch!

O que é Twitch Peak?

Twitch Peak é uma extensão do Chrome desenvolvida por noahwillcrow, e sua principal característica é "Keeps the current tab set to the largest stream for any given game on Twitch!".

Baixar o arquivo CRX da Extensão Twitch Peak

Baixe arquivos de extensão Twitch Peak 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

                        Keep your eyes glued to only the top Twitch stream of any given game!

Instructions:
Just install this extension, click the icon in the Chrome menu, type in the name of your game, and click "Start Watching"!

Source code is available on GitHub!                    

Informações Básicas da Extensão

Nome Twitch Peak Twitch Peak
ID lmdldooiahghimedndlabgjfkddemjdj
URL Oficial https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj
Descrição Keeps the current tab set to the largest stream for any given game on Twitch!
Tamanho do Arquivo 120 KB
Contagem de Instalações 23
Versão Atual 1.0.3
Última Atualização 2017-07-25
Data de Publicação 2017-07-25
Desenvolvedor noahwillcrow
Tipo de Pagamento free
Site da Extensão https://github.com/noahwillcrow/TwitchPeak
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Peak",
    "short_name": "TwitchPeak",
    "version": "1.0.3",
    "description": "Keeps the current tab set to the largest stream for any given game on Twitch!",
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/kraken\/streams"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}