Yoopi TV

Watch Free Live TV Online

Yoopi TVคืออะไร?

Yoopi TV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ITLinks และคุณลักษณะหลักของมันคือ "Watch Free Live TV Online"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yoopi TV

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}