Yoopi TV

Watch Free Live TV Online

Was ist Yoopi TV?

Yoopi TV ist eine Chrome-Erweiterung, die von ITLinks entwickelt wurde, und ihr Hauptmerkmal ist "Watch Free Live TV Online".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Yoopi TV-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yoopi TV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Yoopi TV Yoopi TV
ID fbljdlfecchjhnfpnonomgadnhmeaogi
Offizielle URL https://chromewebstore.google.com/detail/yoopi-tv/fbljdlfecchjhnfpnonomgadnhmeaogi
Beschreibung Watch Free Live TV Online
Dateigröße 401 KB
Installationsanzahl 252
Aktuelle Version 1.2.8
Letztes Update 2022-08-05
Veröffentlichungsdatum 2022-05-31
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler ITLinks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://yoopitv.com
URL der Datenschutzrichtlinien-Seite https://yoopitv.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}