Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
Apa itu Twitch No Flash?
Twitch No Flash adalah ekstensi Chrome yang dikembangkan oleh https://www.bayram1995.org, dan fitur utamanya adalah "Forces Twitch to use HTML5 player instead of the Flash player.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch No Flash
Unduh file ekstensi Twitch No Flash dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
URL Resmi | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
Deskripsi | Forces Twitch to use HTML5 player instead of the Flash player. |
Ukuran File | 23.46 KB |
Jumlah Instalasi | 436 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-08-08 |
Tanggal Publikasi | 2015-08-08 |
Penilaian | 1.71/5 Total 7 Penilaian |
Pengembang | https://www.bayram1995.org |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |