HTML5 Televiso.net

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

HTML5 Televiso.net là gì?

HTML5 Televiso.net là một tiện ích mở rộng Chrome được phát triển bởi shawn.busolits, và tính năng chính của nó là "This extension replaces the Flash YouTube player on televiso.net with an HTML5 player".

Tải xuống tệp CRX của tiện ích mở rộng HTML5 Televiso.net

Tải xuống các tệp mở rộng HTML5 Televiso.net dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML5 Televiso.net HTML5 Televiso.net
ID onaikjlleppadldgapkfflfpdmgljmjk
URL Chính Thức https://chrome.google.com/webstore/detail/html5-televisonet/onaikjlleppadldgapkfflfpdmgljmjk
Mô tả This extension replaces the Flash YouTube player on televiso.net with an HTML5 player
Kích Thước Tệp 3.78 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-02-07
Ngày Phát Hành 2016-02-07
Nhà Phát Triển shawn.busolits
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}