Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Chrome IPTV Player là gì?
Chrome IPTV Player là một tiện ích mở rộng Chrome được phát triển bởi saidkasim, và tính năng chính của nó là "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome IPTV Player
Tải xuống các tệp mở rộng Chrome IPTV Player 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
URL Chính Thức | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
Mô tả | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
Kích Thước Tệp | 425 KB |
Số Lần Cài Đặt | 50,000 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-10-10 |
Ngày Phát Hành | 2019-10-10 |
Đánh Giá | 1.77/5 Tổng số 61 Đánh Giá |
Nhà Phát Triển | saidkasim |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.serbianforum.org |
URL Trang Trợ Giúp | https://www.serbianforum.org |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |