Leh_TV stream check

This extension checks whether Leh_TV stream is live!

Leh_TV stream check란 무엇입니까?

Leh_TV stream check은(는) pawelleh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension checks whether Leh_TV stream is live!"입니다.

확장 프로그램 스크린샷

screenshot

Leh_TV stream check 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Jeżeli nie chcesz przegapić kolejnego streama, to koniecznie zainstaluj tę wtyczkę! Jeżeli klikniecie prawym przyciskiem myszki na zainstalowaną wtyczkę, to wchodząc w opcje macie możliwość ustawienia strony na która ma Was przekierowywać wtyczka.                    

확장 프로그램 기본 정보

이름 Leh_TV stream check Leh_TV stream check
ID iddineejdjngcemldfpdndoiiljghnmf
공식 URL https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf
설명 This extension checks whether Leh_TV stream is live!
파일 크기 67.16 KB
설치 횟수 284
현재 버전 1.3
최근 업데이트 2020-01-19
출시 날짜 2020-01-19
평점 5.00/5 총 10 개의 평점
개발자 pawelleh
결제 유형 free
지원되는 언어 pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leh_TV stream check",
    "description": "This extension checks whether Leh_TV stream is live!",
    "version": "1.3",
    "browser_action": {
        "default_icon": {
            "16": "img\/off16x16.png",
            "48": "img\/off48x48.png",
            "128": "img\/off128x128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/on16x16.png",
        "48": "img\/on48x48.png",
        "128": "img\/on128x128.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "notifications",
        "storage",
        "https:\/\/code.jquery.com\/",
        "https:\/\/ttv-api.s3.amazonaws.com\/",
        "https:\/\/api.twitch.tv\/kraken\/",
        "*:\/\/api.leh.tv\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/ttv-api.s3.amazonaws.com\/; object-src 'self'",
    "background": {
        "persistent": true,
        "page": "bg.html"
    }
}