Twitch HTML5

An extension to use the HTML5 Player UI instead of Flash player in every twitch channels

Twitch HTML5란 무엇입니까?

Twitch HTML5은(는) Hellslicer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels"입니다.

확장 프로그램 스크린샷

screenshot

Twitch HTML5 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension automatically replaces the twitch Flash player version for the HTML5 one.                    

확장 프로그램 기본 정보

이름 Twitch HTML5 Twitch HTML5
ID kbbjgmpfbfcpdbjjpnmlblohndobdcco
공식 URL https://chromewebstore.google.com/detail/twitch-html5/kbbjgmpfbfcpdbjjpnmlblohndobdcco
설명 An extension to use the HTML5 Player UI instead of Flash player in every twitch channels
파일 크기 20.61 KB
설치 횟수 3,850
현재 버전 0.1.5
최근 업데이트 2015-09-10
출시 날짜 2015-09-10
평점 3.03/5 총 34 개의 평점
개발자 Hellslicer
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch HTML5",
    "version": "0.1.5",
    "description": "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Hellslicer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "html5.js"
            ]
        }
    ],
    "manifest_version": 2
}