YouTube™ TV Desktop

Allows users to load YouTube™ TV App from regular desktop browsers

Cos'è YouTube™ TV Desktop?

YouTube™ TV Desktop è un'estensione di Chrome sviluppata da Danial Nickford, e la sua funzione principale è "Allows users to load YouTube™ TV App from regular desktop browsers".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube™ TV Desktop

Scarica i file di estensione YouTube™ TV Desktop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension changes the headers your browser sends to allow the webpage to load without redirecting you to the standard website.

This allows you to browse with your keyboard or a remote for a better viewing experience especially if plugged in to a TV with your PC.                    

Informazioni di Base sull'Estensione

Nome YouTube™ TV Desktop YouTube™ TV Desktop
ID onikdilmkkgioinnhpgimbhffdgldnoi
URL Ufficiale https://chromewebstore.google.com/detail/youtube-tv-desktop/onikdilmkkgioinnhpgimbhffdgldnoi
Descrizione Allows users to load YouTube™ TV App from regular desktop browsers
Dimensione del File 32.21 KB
Conteggio Installazioni 7,013
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-02-13
Data di Pubblicazione 2020-09-13
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore Danial Nickford
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Allows users to load YouTube\u2122 TV App from regular desktop browsers",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "manifest_version": 2,
    "name": "YouTube\u2122 TV Desktop",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "youtube-tv-desktop",
    "version": "0.0.1"
}