Twitch HTML5

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

Cos'è Twitch HTML5?

Twitch HTML5 è un'estensione di Chrome sviluppata da Hellslicer, e la sua funzione principale è "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch HTML5

Scarica i file di estensione Twitch HTML5 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Twitch HTML5 Twitch HTML5
ID kbbjgmpfbfcpdbjjpnmlblohndobdcco
URL Ufficiale https://chromewebstore.google.com/detail/twitch-html5/kbbjgmpfbfcpdbjjpnmlblohndobdcco
Descrizione An extension to use the HTML5 Player UI instead of Flash player in every twitch channels
Dimensione del File 20.61 KB
Conteggio Installazioni 3,850
Versione Corrente 0.1.5
Ultimo Aggiornamento 2015-09-10
Data di Pubblicazione 2015-09-10
Valutazione 3.03/5 Totale 34 Valutazioni
Sviluppatore Hellslicer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}