Chrome IPTV Player

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

Wat is Chrome IPTV Player?

Chrome IPTV Player is een Chrome-extensie ontwikkeld door saidkasim, en de belangrijkste functie is "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chrome IPTV Player

Download Chrome IPTV Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chrome IPTV Player Chrome IPTV Player
ID defmmfhdopkfcgngoklpbbcnpfpagbfh
Officiële URL https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh
Beschrijving Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Bestandsgrootte 425 KB
Aantal Installaties 50,000
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-10-10
Publicatiedatum 2019-10-10
Beoordeling 1.77/5 Totaal 61 Beoordelingen
Ontwikkelaar saidkasim
Betalingswijze free
Extensiewebsite https://www.serbianforum.org
Help Pagina-URL https://www.serbianforum.org
Ondersteunde Talen 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"
    ]
}