Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Co to jest Chrome IPTV Player?
Chrome IPTV Player to rozszerzenie Chrome opracowane przez saidkasim, a jego główną funkcją jest „Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome IPTV Player
Pobierz pliki rozszerzeń Chrome IPTV Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
Oficjalny URL | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
Opis | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
Rozmiar pliku | 425 KB |
Liczba instalacji | 50,000 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-10-10 |
Data Publikacji | 2019-10-10 |
Ocena | 1.77/5 Łącznie 61 Oceny |
Deweloper | saidkasim |
Typ Płatności | free |
Strona Rozszerzenia | https://www.serbianforum.org |
Adres URL Strony Pomocy | https://www.serbianforum.org |
Obsługiwane Języki | 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" ] } |