Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Cos'è Chrome IPTV Player?
Chrome IPTV Player è un'estensione di Chrome sviluppata da saidkasim, e la sua funzione principale è "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome IPTV Player
Scarica i file di estensione Chrome IPTV Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
Descrizione | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
Dimensione del File | 425 KB |
Conteggio Installazioni | 50,000 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-10-10 |
Data di Pubblicazione | 2019-10-10 |
Valutazione | 1.77/5 Totale 61 Valutazioni |
Sviluppatore | saidkasim |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.serbianforum.org |
URL della Pagina di Aiuto | https://www.serbianforum.org |
Lingue Supportate | 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" ] } |