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 |
Eメール | [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 } |