Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
What is Chrome IPTV Player?
Chrome IPTV Player is a Chrome extension developed by saidkasim, and its main feature is "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).".
Extension Screenshots
Download Chrome IPTV Player Extension CRX File
Download Chrome IPTV Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
Official URL | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
Description | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
File Size | 425 KB |
Installation Count | 50,000 |
Current Version | 0.0.1 |
Last Updated | 2019-10-10 |
Publish Date | 2019-10-10 |
Rating | 1.77/5 Total 61 Ratings |
Developer | saidkasim |
Payment Type | free |
Extension Website | https://www.serbianforum.org |
Help Page URL | https://www.serbianforum.org |
Supported Languages | 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" ] } |