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
官方網址 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
電子郵箱 [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
}