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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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"
            ]
        }
    ]
}