Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Was ist Chrome IPTV Player?
Chrome IPTV Player ist eine Chrome-Erweiterung, die von saidkasim entwickelt wurde, und ihr Hauptmerkmal ist "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).".
Erweiterungsscreenshots
Chrome IPTV Player-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome IPTV Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
Offizielle URL | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
Beschreibung | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
Dateigröße | 425 KB |
Installationsanzahl | 50,000 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2019-10-10 |
Veröffentlichungsdatum | 2019-10-10 |
Bewertung | 1.77/5 Insgesamt 61 Bewertungen |
Entwickler | saidkasim |
Zahlungsart | free |
Erweiterungswebsite | https://www.serbianforum.org |
Hilfeseite URL | https://www.serbianforum.org |
Unterstützte Sprachen | 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" ] } |