Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
Wat is Twitch No Flash?
Twitch No Flash is een Chrome-extensie ontwikkeld door https://www.bayram1995.org, en de belangrijkste functie is "Forces Twitch to use HTML5 player instead of the Flash player.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch No Flash
Download Twitch No Flash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
Officiële URL | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
Beschrijving | Forces Twitch to use HTML5 player instead of the Flash player. |
Bestandsgrootte | 23.46 KB |
Aantal Installaties | 436 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-08-08 |
Publicatiedatum | 2015-08-08 |
Beoordeling | 1.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://www.bayram1995.org |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |