Live IPTV

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

Co to jest Live IPTV?

Live IPTV to rozszerzenie Chrome opracowane przez Tarik AmateraSu, a jego główną funkcją jest „Watch Live Tv right on browser.(Includes Channel list)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Live IPTV

Pobierz pliki rozszerzeń Live IPTV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
Oficjalny URL https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
Opis Watch Live Tv right on browser.(Includes Channel list)
Rozmiar pliku 2.37 MB
Liczba instalacji 2,000
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-08-29
Data Publikacji 2021-08-29
Ocena 4.00/5 Łącznie 11 Oceny
Deweloper Tarik AmateraSu
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}