HTML5 Televiso.net

This extension replaces the Flash YouTube player on televiso.net with an HTML5 player

HTML5 Televiso.netคืออะไร?

HTML5 Televiso.net เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shawn.busolits และคุณลักษณะหลักของมันคือ "This extension replaces the Flash YouTube player on televiso.net with an HTML5 player"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML5 Televiso.net

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HTML5 Televiso.net HTML5 Televiso.net
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"
            ]
        }
    ]
}