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
Eメール [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"
    ]
}