Twitch Viewercount Title

Shows twitch viewercount in tab title

O que é Twitch Viewercount Title?

Twitch Viewercount Title é uma extensão do Chrome desenvolvida por Phoinx, e sua principal característica é "Shows twitch viewercount in tab title".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Viewercount Title

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

                        Simple chrome extension that will keep track of all your opened streams if you're trying to keep track of multiple streams at once and is interested in numbers.                    

Informações Básicas da Extensão

Nome Twitch Viewercount Title Twitch Viewercount Title
ID ddmlenakhhdmkkefdemfpakafhmkiidp
URL Oficial https://chromewebstore.google.com/detail/twitch-viewercount-title/ddmlenakhhdmkkefdemfpakafhmkiidp
Descrição Shows twitch viewercount in tab title
Tamanho do Arquivo 30.3 KB
Contagem de Instalações 300
Versão Atual 1.11
Última Atualização 2015-06-13
Data de Publicação 2015-06-13
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor Phoinx
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Viewercount Title",
    "version": "1.11",
    "manifest_version": 2,
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "description": "Shows twitch viewercount in tab title",
    "background": "background.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}