Yoopi TV

Watch Free Live TV Online

什么是Yoopi TV?

Yoopi TV是由ITLinks开发的Chrome扩展程序,该扩展的主要功能是“Watch Free Live TV Online”。

扩展截图

screenshot
screenshot
screenshot

下载Yoopi TV扩展crx文件

下载Yoopi TV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Yoopi TV in your Google chrome browser.

Yoopi TV is the new way to watch your TV on your computer or on your mobile anywhere in the world. You can have access to big range of the most popular channels right at your fingertips! 

You can Watch Live TV Channels sorted by languages & categories. This extension has everything you need for a quick access to Yoopi services. 

You can watch Yoopi TV for FREE for Life without any subscription or You can choose one of our plans to upgrade to more entertaining content and access more features.                    

扩展基本信息

名称 Yoopi TV Yoopi TV
ID fbljdlfecchjhnfpnonomgadnhmeaogi
官方URL https://chromewebstore.google.com/detail/yoopi-tv/fbljdlfecchjhnfpnonomgadnhmeaogi
简介 Watch Free Live TV Online
文件大小 401 KB
安装次数 252
当前版本 1.2.8
更新时间 2022-08-05
上架时间 2022-05-31
评分 3.00/5 共2次评分
开发者 ITLinks
电子邮箱 [email protected]
付费类型 free
扩展官网 https://yoopitv.com
隐私政策页面URL https://yoopitv.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoopi TV",
    "description": "Watch Free Live TV Online",
    "version": "1.2.8",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Click to Watch"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yoopitv.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/*.yoopitv.com\/",
        "https:\/\/www.youtube-nocookie.com\/"
    ],
    "permissions": [
        "storage"
    ]
}