YouTube TV

Access https://youtube.com/tv from a regular browser. No ads in this extension.

Was ist YouTube TV?

YouTube TV ist eine Chrome-Erweiterung, die von JB entwickelt wurde, und ihr Hauptmerkmal ist "Access https://youtube.com/tv from a regular browser. No ads in this extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

YouTube TV-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube 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

                        Access the YouTube TV App located from a regular browser.

The TV application allows you to control the YouTube App using your smartphone like on any Smart TV. Essentially making your desktop computer act like a Smart TV.                    

Grundlegende Informationen zur Erweiterung

Name YouTube TV YouTube TV
ID deikaacecjfbpclgkdlhnknlpjjcloef
Offizielle URL https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef
Beschreibung Access https://youtube.com/tv from a regular browser. No ads in this extension.
Dateigröße 15.15 KB
Installationsanzahl 20,000
Aktuelle Version 1.0.0
Letztes Update 2020-05-03
Veröffentlichungsdatum 2020-05-03
Bewertung 4.24/5 Insgesamt 17 Bewertungen
Entwickler JB
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Access https:\/\/youtube.com\/tv from a regular browser. No ads in this extension.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "YouTube TV",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": [],
    "short_name": "youtube-tv",
    "version": "1.0.0"
}