Youtube TV

Allows https://youtube.com/tv to load YouTube™ TV App from regular browser

Cos'è Youtube TV?

Youtube TV è un'estensione di Chrome sviluppata da Jabuco, e la sua funzione principale è "Allows https://youtube.com/tv to load YouTube™ TV App from regular browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube TV

Scarica i file di estensione Youtube TV 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

                        Allows https://youtube.com/tv to load YouTube™ TV App from regular browser                    

Informazioni di Base sull'Estensione

Nome Youtube TV Youtube TV
ID eipbidbihnpafjpfpcpnnfmlebiagola
URL Ufficiale https://chromewebstore.google.com/detail/youtube-tv/eipbidbihnpafjpfpcpnnfmlebiagola
Descrizione Allows https://youtube.com/tv to load YouTube™ TV App from regular browser
Dimensione del File 3.36 KB
Conteggio Installazioni 4,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-03-25
Data di Pubblicazione 2020-03-25
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore Jabuco
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube TV",
    "description": "Allows https:\/\/youtube.com\/tv to load YouTube\u2122 TV App from regular browser",
    "version": "1.0.0",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}