Live IPTV

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

¿Qué es Live IPTV?

Live IPTV es una extensión de Chrome desarrollada por Tarik AmateraSu, y su función principal es "Watch Live Tv right on browser.(Includes Channel list)".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Live IPTV

Descarga archivos de extensión Live IPTV en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
URL Oficial https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
Descripción Watch Live Tv right on browser.(Includes Channel list)
Tamaño del Archivo 2.37 MB
Cantidad de Instalaciones 2,000
Versión Actual 1.0.0
Última Actualización 2021-08-29
Fecha de Publicación 2021-08-29
Calificación 4.00/5 Total de 11 Calificaciones
Desarrollador Tarik AmateraSu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}