HTML5 Televiso.net
This extension replaces the Flash YouTube player on televiso.net with an HTML5 player
What is HTML5 Televiso.net?
HTML5 Televiso.net is a Chrome extension developed by shawn.busolits, and its main feature is "This extension replaces the Flash YouTube player on televiso.net with an HTML5 player".
Download HTML5 Televiso.net Extension CRX File
Download HTML5 Televiso.net extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | onaikjlleppadldgapkfflfpdmgljmjk |
Official URL | https://chrome.google.com/webstore/detail/html5-televisonet/onaikjlleppadldgapkfflfpdmgljmjk |
Description | This extension replaces the Flash YouTube player on televiso.net with an HTML5 player |
File Size | 3.78 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2016-02-07 |
Publish Date | 2016-02-07 |
Developer | shawn.busolits |
Payment Type | free |
Supported Languages | 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" ] } ] } |