HTML5 Televiso.net
This extension replaces the Flash YouTube player on televiso.net with an HTML5 player
HTML5 Televiso.netとは何ですか?
HTML5 Televiso.netはshawn.busolitsによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces the Flash YouTube player on televiso.net with an HTML5 player」です。
HTML5 Televiso.net拡張機能のCRXファイルをダウンロード
HTML5 Televiso.net拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Swaps out the Flash YouTube player on Televiso.net for an HTML5 one. This plugin is not in any way partnered with televiso.net, its owners, or its developers.
拡張機能の基本情報
名前 | ![]() |
ID | onaikjlleppadldgapkfflfpdmgljmjk |
公式URL | https://chrome.google.com/webstore/detail/html5-televisonet/onaikjlleppadldgapkfflfpdmgljmjk |
説明 | This extension replaces the Flash YouTube player on televiso.net with an HTML5 player |
ファイルサイズ | 3.78 KB |
インストール数 | 12 |
現在のバージョン | 1.0 |
最終更新日 | 2016-02-07 |
公開日 | 2016-02-07 |
開発者 | shawn.busolits |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML5 Televiso.net", "description": "This extension replaces the Flash YouTube player on televiso.net with an HTML5 player", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/televiso.net\/*" ], "js": [ "ytswap.js" ] } ] } |