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 |
官方網址 | 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" } } |