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!
拡張機能の基本情報
名前 | |
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" ] } } |