Leh_TV stream check

This extension checks whether Leh_TV stream is live!

Leh_TV stream check là gì?

Leh_TV stream check là một tiện ích mở rộng Chrome được phát triển bởi pawelleh, và tính năng chính của nó là "This extension checks whether Leh_TV stream is live!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Leh_TV stream check

Tải xuống các tệp mở rộng Leh_TV stream check 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

                        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.                    

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

Tên Leh_TV stream check Leh_TV stream check
ID iddineejdjngcemldfpdndoiiljghnmf
URL Chính Thức https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf
Mô tả This extension checks whether Leh_TV stream is live!
Kích Thước Tệp 67.16 KB
Số Lần Cài Đặt 284
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-01-19
Ngày Phát Hành 2020-01-19
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển pawelleh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}