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.」です。
拡張機能のスクリーンショット
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 |
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" } } |