SmartIPTV

A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser

SmartIPTVคืออะไร?

SmartIPTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lacuna Inc. และคุณลักษณะหลักของมันคือ "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser"

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

screenshot
screenshot
screenshot

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

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

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

                        A chrome based extension that loads, browses and plays streamed content from IPTV lists.

It works with m3u and m3u8, you don't need to download them and then install an application for watching it, you can do it right into your Chrome browser now!

THIS APP DOES NOT CONTAIN ACTUAL STREAM OR ANY OTHER CLASS OF COPYRIGHTED MEDIA.

What's new:
- Supports Picture in Picture playback
- Upgraded media player with more discrete controls (won't block your video)
- Optimized for using less memory and less disk space                    

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

ชื่อ SmartIPTV SmartIPTV
ID hgdebfhcidocpafllahppdflfadplbkn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smartiptv/hgdebfhcidocpafllahppdflfadplbkn
คำอธิบาย A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser
ขนาดไฟล์ 995 KB
จำนวนการติดตั้ง 17,531
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-02-10
วันที่เผยแพร่ 2020-02-10
คะแนน 2.67/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา Lacuna Inc.
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartIPTV",
    "description": "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "SmartIPTV",
        "default_icon": "assets\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}