TwitchHTML5
Use twitch player in HTML5!
What is TwitchHTML5?
TwitchHTML5 is a Chrome extension developed by Gentoli, and its main feature is "Use twitch player in HTML5!".
Download TwitchHTML5 Extension CRX File
Download TwitchHTML5 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 allows you to open the HTML5 version of the twitch player directly in your address bar. So you don't need to use flash!
Extension Basic Information
Name | |
ID | fgafdhlgekfoibfgbcecimeakndcclfj |
Official URL | https://chrome.google.com/webstore/detail/twitchhtml5/fgafdhlgekfoibfgbcecimeakndcclfj |
Description | Use twitch player in HTML5! |
File Size | 38.35 KB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2016-02-27 |
Publish Date | 2016-02-27 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Gentoli |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitchHTML5", "description": "Use twitch player in HTML5!", "version": "1.0", "icons": { "48": "48.png", "76": "76.png", "128": "128.png" }, "page_action": { "default_title": "Switch to HTML5 version" }, "permissions": [ "tabs", "*:\/\/*.twitch.tv\/*" ], "background": { "scripts": [ "background.js" ] } } |