Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
Co to jest Twitch No Flash?
Twitch No Flash to rozszerzenie Chrome opracowane przez https://www.bayram1995.org, a jego główną funkcją jest „Forces Twitch to use HTML5 player instead of the Flash player.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch No Flash
Pobierz pliki rozszerzeń Twitch No Flash w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
Opis | Forces Twitch to use HTML5 player instead of the Flash player. |
Rozmiar pliku | 23.46 KB |
Liczba instalacji | 436 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-08-08 |
Data Publikacji | 2015-08-08 |
Ocena | 1.71/5 Łącznie 7 Oceny |
Deweloper | https://www.bayram1995.org |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |