Chrome IPTV Player

Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).

Co je Chrome IPTV Player?

Chrome IPTV Player je rozšíření Chrome vyvinuté saidkasim, a jeho hlavní funkcí je „Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Chrome IPTV Player

Stáhněte si soubory rozšíření Chrome IPTV Player ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Chrome IPTV Player Chrome IPTV Player
ID defmmfhdopkfcgngoklpbbcnpfpagbfh
Oficiální URL https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh
Popis Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Velikost souboru 425 KB
Počet instalací 50,000
Aktuální Verze 0.0.1
Poslední Aktualizace 2019-10-10
Datum Vydání 2019-10-10
Hodnocení 1.77/5 Celkem 61 Hodnocení
Vývojář saidkasim
Typ Platby free
Webové stránky Rozšíření https://www.serbianforum.org
URL Stránky Nápovědy https://www.serbianforum.org
Podporované Jazyky 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"
    ]
}