Live IPTV

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

Live IPTVคืออะไร?

Live IPTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tarik AmateraSu และคุณลักษณะหลักของมันคือ "Watch Live Tv right on browser.(Includes Channel list)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live IPTV

ดาวน์โหลดไฟล์ส่วนขยาย Live IPTV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
คำอธิบาย Watch Live Tv right on browser.(Includes Channel list)
ขนาดไฟล์ 2.37 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-08-29
วันที่เผยแพร่ 2021-08-29
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Tarik AmateraSu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}