Live IPTV

Watch Live Tv right on browser.(Includes Channel list)

Qu'est-ce que Live IPTV ?

Live IPTV est une extension Chrome développée par Tarik AmateraSu, et sa fonction principale est "Watch Live Tv right on browser.(Includes Channel list)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Live IPTV

Téléchargez les fichiers d'extension Live IPTV 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

                        Allows you to watch various channels right on your browser. 
No fees, no Ads, just live tv 
- some of channels are not working, we'll be fixing those in future version. 

please if you have any suggestions email me at : 
[email protected]                    

Informations de Base sur l'Extension

Nom Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
URL Officiel https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
Description Watch Live Tv right on browser.(Includes Channel list)
Taille du Fichier 2.37 MB
Nombre d'Installations 2,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-08-29
Date de Publication 2021-08-29
Évaluation 4.00/5 Total 11 Évaluations
Développeur Tarik AmateraSu
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "IPTV",
    "name": "Live IPTV",
    "description": "Watch Live Tv right on browser.(Includes Channel list)",
    "author": "AmateraSu",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' 'sha256-xjvhLKihGWY38lKgjbCLO\/BqA8+2ngyBEHBZotxh7lw='; object-src 'self'",
    "permissions": [
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Live IPTV",
        "default_icon": {
            "16": "images\/Logo.png",
            "32": "images\/Logo.png",
            "48": "images\/Logo.png",
            "128": "images\/Logo.png"
        }
    },
    "icons": {
        "16": "images\/Logo.png",
        "32": "images\/Logo.png",
        "48": "images\/Logo.png",
        "128": "images\/Logo.png"
    },
    "manifest_version": 2
}