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
电子邮箱 [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
}