Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
什麼是Chrome IPTV Player?
Chrome IPTV Player是由saidkasim開發的Chrome擴展程式,該擴展的主要功能是“Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).”。
擴展截圖
下載Chrome IPTV Player擴展crx文件
下載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 |
官方網址 | 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" ] } |