Twitch HTML5

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

What is Twitch HTML5?

Twitch HTML5 is a Chrome extension developed by Hellslicer, and its main feature is "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels".

Extension Screenshots

screenshot

Download Twitch HTML5 Extension CRX File

Download Twitch HTML5 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitch HTML5 Twitch HTML5
ID kbbjgmpfbfcpdbjjpnmlblohndobdcco
Official URL 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
File Size 20.61 KB
Installation Count 3,850
Current Version 0.1.5
Last Updated 2015-09-10
Publish Date 2015-09-10
Rating 3.03/5 Total 34 Ratings
Developer Hellslicer
Email [email protected]
Payment Type free
Supported Languages 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
}