Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
Vad är Twitch No Flash?
Twitch No Flash är en Chrome-tillägg utvecklad av https://www.bayram1995.org, och dess huvudfunktion är "Forces Twitch to use HTML5 player instead of the Flash player.".
Tilläggsskärmbilder
Ladda ner Twitch No Flash-förlängningens CRX-fil
Ladda ner Twitch No Flash-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
Officiell webbadress | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
Beskrivning | Forces Twitch to use HTML5 player instead of the Flash player. |
Filstorlek | 23.46 KB |
Antal Installationer | 436 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-08-08 |
Publiceringsdatum | 2015-08-08 |
Betyg | 1.71/5 Totalt 7 Betyg |
Utvecklare | https://www.bayram1995.org |
Betalningssätt | free |
Stödda Språk | 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" } } |