Twitch HTML5
An extension to use the HTML5 Player UI instead of Flash player in every twitch channels
什么是Twitch HTML5?
Twitch HTML5是由Hellslicer开发的Chrome扩展程序,该扩展的主要功能是“An extension to use the HTML5 Player UI instead of Flash player in every twitch channels”。
扩展截图
下载Twitch HTML5扩展crx文件
下载Twitch HTML5扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension automatically replaces the twitch Flash player version for the HTML5 one.
扩展基本信息
名称 | Twitch HTML5 |
ID | kbbjgmpfbfcpdbjjpnmlblohndobdcco |
官方URL | https://chromewebstore.google.com/detail/twitch-html5/kbbjgmpfbfcpdbjjpnmlblohndobdcco |
简介 | An extension to use the HTML5 Player UI instead of Flash player in every twitch channels |
文件大小 | 20.61 KB |
安装次数 | 3,850 |
当前版本 | 0.1.5 |
更新时间 | 2015-09-10 |
上架时间 | 2015-09-10 |
评分 | 3.03/5 共34次评分 |
开发者 | Hellslicer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |