HTML5 Televiso.net
This extension replaces the Flash YouTube player on televiso.net with an HTML5 player
HTML5 Televiso.net क्या है?
HTML5 Televiso.net shawn.busolits द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces the Flash YouTube player on televiso.net with an HTML5 player"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HTML5 Televiso.net एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | onaikjlleppadldgapkfflfpdmgljmjk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/html5-televisonet/onaikjlleppadldgapkfflfpdmgljmjk |
विवरण | This extension replaces the Flash YouTube player on televiso.net with an HTML5 player |
फ़ाइल का आकार | 3.78 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-02-07 |
प्रकाशन तिथि | 2016-02-07 |
डेवलपर | shawn.busolits |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |