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開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces the Flash YouTube player on televiso.net with an HTML5 player”。
下載HTML5 Televiso.net擴展crx文件
下載HTML5 Televiso.net擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |