Twitch HTML5

An extension to use the HTML5 Player UI instead of Flash player in every twitch channels

O que é Twitch HTML5?

Twitch HTML5 é uma extensão do Chrome desenvolvida por Hellslicer, e sua principal característica é "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch HTML5

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

                        This extension automatically replaces the twitch Flash player version for the HTML5 one.                    

Informações Básicas da Extensão

Nome Twitch HTML5 Twitch HTML5
ID kbbjgmpfbfcpdbjjpnmlblohndobdcco
URL Oficial https://chromewebstore.google.com/detail/twitch-html5/kbbjgmpfbfcpdbjjpnmlblohndobdcco
Descrição An extension to use the HTML5 Player UI instead of Flash player in every twitch channels
Tamanho do Arquivo 20.61 KB
Contagem de Instalações 3,850
Versão Atual 0.1.5
Última Atualização 2015-09-10
Data de Publicação 2015-09-10
Classificação 3.03/5 Total de 34 Avaliações
Desenvolvedor Hellslicer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch HTML5",
    "version": "0.1.5",
    "description": "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Hellslicer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "html5.js"
            ]
        }
    ],
    "manifest_version": 2
}