Live IPTV

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

O que é Live IPTV?

Live IPTV é uma extensão do Chrome desenvolvida por Tarik AmateraSu, e sua principal característica é "Watch Live Tv right on browser.(Includes Channel list)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Live IPTV

Baixe arquivos de extensão Live IPTV no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
URL Oficial https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
Descrição Watch Live Tv right on browser.(Includes Channel list)
Tamanho do Arquivo 2.37 MB
Contagem de Instalações 2,000
Versão Atual 1.0.0
Última Atualização 2021-08-29
Data de Publicação 2021-08-29
Classificação 4.00/5 Total de 11 Avaliações
Desenvolvedor Tarik AmateraSu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}