Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Qu'est-ce que Chrome IPTV Player ?
Chrome IPTV Player est une extension Chrome développée par saidkasim, et sa fonction principale est "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome IPTV Player
Téléchargez les fichiers d'extension Chrome IPTV Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | defmmfhdopkfcgngoklpbbcnpfpagbfh |
URL Officiel | https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh |
Description | Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv). |
Taille du Fichier | 425 KB |
Nombre d'Installations | 50,000 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-10-10 |
Date de Publication | 2019-10-10 |
Évaluation | 1.77/5 Total 61 Évaluations |
Développeur | saidkasim |
Type de Paiement | free |
Site Web de l'Extension | https://www.serbianforum.org |
URL de la Page d'Aide | https://www.serbianforum.org |
Langues Prises en Charge | 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" ] } |