Twitch Live

Watch Twitch.tv and receive notification when your favorite channel is online.

Twitch Live란 무엇입니까?

Twitch Live은(는) bipycxp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Twitch.tv and receive notification when your favorite channel is online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Watch your favorites streams on Twitch.tv.

Add the channels to Favorites and receive notification when they stream.

Thanks alerts and audible signal you never miss the beginning of your favorite stream, and the choice of Google EN or Google RU audio alert will let you know without being distracted about which channels online.

If Google EN or Google RU incorrectly reproduces the name of your favorite channels - you can enter any suitable Alternative name.

Enjoy watching with TwitchLive!                    

확장 프로그램 기본 정보

이름 Twitch Live Twitch Live
ID imcjibojeokeogfofjgaajlobobagbeg
공식 URL https://chromewebstore.google.com/detail/twitch-live/imcjibojeokeogfofjgaajlobobagbeg
설명 Watch Twitch.tv and receive notification when your favorite channel is online.
파일 크기 825 KB
설치 횟수 20,000
현재 버전 2.0.9.1
최근 업데이트 2019-08-12
출시 날짜 2019-08-12
평점 3.77/5 총 184 개의 평점
개발자 bipycxp
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Live",
    "description": "Watch Twitch.tv and receive notification when your favorite channel is online.",
    "version": "2.0.9.1",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png",
            "38": "img\/icons\/38.png"
        },
        "default_title": "Twitch Live",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/kraken\/*"
    ]
}