Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
Qu'est-ce que Twitch No Flash ?
Twitch No Flash est une extension Chrome développée par https://www.bayram1995.org, et sa fonction principale est "Forces Twitch to use HTML5 player instead of the Flash player.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch No Flash
Téléchargez les fichiers d'extension Twitch No Flash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
URL Officiel | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
Description | Forces Twitch to use HTML5 player instead of the Flash player. |
Taille du Fichier | 23.46 KB |
Nombre d'Installations | 436 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-08-08 |
Date de Publication | 2015-08-08 |
Évaluation | 1.71/5 Total 7 Évaluations |
Développeur | https://www.bayram1995.org |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |