Live IPTV

Watch Live Tv right on browser.(Includes Channel list)

Live IPTV là gì?

Live IPTV là một tiện ích mở rộng Chrome được phát triển bởi Tarik AmateraSu, và tính năng chính của nó là "Watch Live Tv right on browser.(Includes Channel list)".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Allows you to watch various channels right on your browser. 
No fees, no Ads, just live tv 
- some of channels are not working, we'll be fixing those in future version. 

please if you have any suggestions email me at : 
[email protected]                    

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

Tên Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
URL Chính Thức https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
Mô tả Watch Live Tv right on browser.(Includes Channel list)
Kích Thước Tệp 2.37 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-08-29
Ngày Phát Hành 2021-08-29
Đánh Giá 4.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Tarik AmateraSu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "IPTV",
    "name": "Live IPTV",
    "description": "Watch Live Tv right on browser.(Includes Channel list)",
    "author": "AmateraSu",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' 'sha256-xjvhLKihGWY38lKgjbCLO\/BqA8+2ngyBEHBZotxh7lw='; object-src 'self'",
    "permissions": [
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Live IPTV",
        "default_icon": {
            "16": "images\/Logo.png",
            "32": "images\/Logo.png",
            "48": "images\/Logo.png",
            "128": "images\/Logo.png"
        }
    },
    "icons": {
        "16": "images\/Logo.png",
        "32": "images\/Logo.png",
        "48": "images\/Logo.png",
        "128": "images\/Logo.png"
    },
    "manifest_version": 2
}