Twitch HTML5

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

Qu'est-ce que Twitch HTML5 ?

Twitch HTML5 est une extension Chrome développée par Hellslicer, et sa fonction principale est "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch HTML5

Téléchargez les fichiers d'extension Twitch HTML5 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Twitch HTML5 Twitch HTML5
ID kbbjgmpfbfcpdbjjpnmlblohndobdcco
URL Officiel https://chromewebstore.google.com/detail/twitch-html5/kbbjgmpfbfcpdbjjpnmlblohndobdcco
Description An extension to use the HTML5 Player UI instead of Flash player in every twitch channels
Taille du Fichier 20.61 KB
Nombre d'Installations 3,850
Version Actuelle 0.1.5
Dernière Mise à Jour 2015-09-10
Date de Publication 2015-09-10
Évaluation 3.03/5 Total 34 Évaluations
Développeur Hellslicer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}