Live IPTV

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

Live IPTVとは何ですか?

Live IPTVはTarik AmateraSuによって開発されたChromeの拡張機能で、その主な機能は「Watch Live Tv right on browser.(Includes Channel list)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Live IPTV拡張機能のCRXファイルをダウンロード

Live IPTV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Live IPTV Live IPTV
ID ckhdodilghkehgdlpnalpalmekacfbdj
公式URL https://chrome.google.com/webstore/detail/live-iptv/ckhdodilghkehgdlpnalpalmekacfbdj
説明 Watch Live Tv right on browser.(Includes Channel list)
ファイルサイズ 2.37 MB
インストール数 2,000
現在のバージョン 1.0.0
最終更新日 2021-08-29
公開日 2021-08-29
評価 4.00/5 合計 11 レビュー
開発者 Tarik AmateraSu
Eメール [email protected]
支払い方法 free
対応言語 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
}