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 |
官方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" ] } |