Live IPTV

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

Cos'è Live IPTV?

Live IPTV è un'estensione di Chrome sviluppata da Tarik AmateraSu, e la sua funzione principale è "Watch Live Tv right on browser.(Includes Channel list)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Live IPTV

Scarica i file di estensione Live IPTV 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

                        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]                    

Informazioni di Base sull'Estensione

Nome Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
URL Ufficiale https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
Descrizione Watch Live Tv right on browser.(Includes Channel list)
Dimensione del File 2.37 MB
Conteggio Installazioni 2,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-08-29
Data di Pubblicazione 2021-08-29
Valutazione 4.00/5 Totale 11 Valutazioni
Sviluppatore Tarik AmateraSu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}