Twitch No Flash

Forces Twitch to use HTML5 player instead of the Flash player.

什么是Twitch No Flash?

Twitch No Flash是由https://www.bayram1995.org开发的Chrome扩展程序,该扩展的主要功能是“Forces Twitch to use HTML5 player instead of the Flash player.”。

扩展截图

screenshot

下载Twitch No Flash扩展crx文件

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

扩展使用说明

                        This extension replaces the default Twitch Flashplayer by an HTML5 player.
The replacement takes place once the page (stream and chat) is loaded.
HTML5 is way more efficient than the current Flashplayer.                    

扩展基本信息

名称 Twitch No Flash Twitch No Flash
ID dlifapdiegmmbccmbkdddilihgjpmoli
官方URL https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli
简介 Forces Twitch to use HTML5 player instead of the Flash player.
文件大小 23.46 KB
安装次数 436
当前版本 1.2
更新时间 2015-08-08
上架时间 2015-08-08
评分 1.71/5 共7次评分
开发者 https://www.bayram1995.org
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "TwitchNoFlash.js"
            ],
            "matches": [
                "http:\/\/*.twitch.tv\/*",
                "https:\/\/*.twitch.tv\/*",
                "http:\/\/twitch.tv\/*",
                "https:\/\/twitch.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Forces Twitch to use HTML5 player instead of the Flash player.",
    "manifest_version": 2,
    "version": "1.2",
    "author": "Bayram1995",
    "homepage_url": "http:\/\/www.bayram1995.org",
    "name": "Twitch No Flash",
    "short_name": "Twitch No Flash",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}