HTML5 Televiso.net
This extension replaces the Flash YouTube player on televiso.net with an HTML5 player
Co je HTML5 Televiso.net?
HTML5 Televiso.net je rozšíření Chrome vyvinuté shawn.busolits, a jeho hlavní funkcí je „This extension replaces the Flash YouTube player on televiso.net with an HTML5 player“.
Stáhnout soubor CRX rozšíření HTML5 Televiso.net
Stáhněte si soubory rozšíření HTML5 Televiso.net ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Swaps out the Flash YouTube player on Televiso.net for an HTML5 one. This plugin is not in any way partnered with televiso.net, its owners, or its developers.
Základní Informace o Rozšíření
Název | ![]() |
ID | onaikjlleppadldgapkfflfpdmgljmjk |
Oficiální URL | https://chrome.google.com/webstore/detail/html5-televisonet/onaikjlleppadldgapkfflfpdmgljmjk |
Popis | This extension replaces the Flash YouTube player on televiso.net with an HTML5 player |
Velikost souboru | 3.78 KB |
Počet instalací | 12 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-02-07 |
Datum Vydání | 2016-02-07 |
Vývojář | shawn.busolits |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML5 Televiso.net", "description": "This extension replaces the Flash YouTube player on televiso.net with an HTML5 player", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/televiso.net\/*" ], "js": [ "ytswap.js" ] } ] } |