Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
Cos'è Twitch No Flash?
Twitch No Flash è un'estensione di Chrome sviluppata da https://www.bayram1995.org, e la sua funzione principale è "Forces Twitch to use HTML5 player instead of the Flash player.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch No Flash
Scarica i file di estensione Twitch No Flash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
Descrizione | Forces Twitch to use HTML5 player instead of the Flash player. |
Dimensione del File | 23.46 KB |
Conteggio Installazioni | 436 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-08-08 |
Data di Pubblicazione | 2015-08-08 |
Valutazione | 1.71/5 Totale 7 Valutazioni |
Sviluppatore | https://www.bayram1995.org |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |