Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Chrome IPTV Playerคืออะไร?
Chrome IPTV Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saidkasim และคุณลักษณะหลักของมันคือ "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome IPTV Player
ดาวน์โหลดไฟล์ส่วนขยาย Chrome IPTV Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watch IPTV from your Internet service provider on TVs, tablets and smartphones or any OS that support chrome. Features: + Support multiple playlists + IPTV watching with channels groups, EPG and logos + Supported playlist formats: M3U, XSPF + Supported EPG formats: XMLTV + Lists info saved in localstorage + Support Picture-in-Picture Note: The app doesn't contain any channels, you need to add Playlists in Settings for this.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
คำอธิบาย | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
ขนาดไฟล์ | 425 KB |
จำนวนการติดตั้ง | 50,000 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-10-10 |
วันที่เผยแพร่ | 2019-10-10 |
คะแนน | 1.77/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | saidkasim |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.serbianforum.org |
URL หน้าช่วยเหลือ | https://www.serbianforum.org |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome IPTV Player", "version": "0.0.1", "manifest_version": 2, "web_accessible_resources": [ "*.js", "*.html" ], "description": "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).", "icons": { "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_title": "IPTV Player" }, "background": { "scripts": [ "content.js" ] }, "minimum_chrome_version": "18", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "*:\/\/*\/*.m3u8*", "webRequest", "webRequestBlocking" ] } |