TwitchHTML5

Use twitch player in HTML5!

什么是TwitchHTML5?

TwitchHTML5是由Gentoli开发的Chrome扩展程序,该扩展的主要功能是“Use twitch player in HTML5!”。

下载TwitchHTML5扩展crx文件

下载TwitchHTML5扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 TwitchHTML5 TwitchHTML5
ID fgafdhlgekfoibfgbcecimeakndcclfj
官方URL https://chrome.google.com/webstore/detail/twitchhtml5/fgafdhlgekfoibfgbcecimeakndcclfj
简介 Use twitch player in HTML5!
文件大小 38.35 KB
安装次数 28
当前版本 1.0
更新时间 2016-02-27
上架时间 2016-02-27
评分 2.50/5 共2次评分
开发者 Gentoli
付费类型 free
支持的语言 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"
        ]
    }
}