YouTube TV

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

Cos'è YouTube TV?

YouTube TV è un'estensione di Chrome sviluppata da JB, e la sua funzione principale è "Access https://youtube.com/tv from a regular browser. No ads in this extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
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

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube TV YouTube TV
ID deikaacecjfbpclgkdlhnknlpjjcloef
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef
Descrizione Access https://youtube.com/tv from a regular browser. No ads in this extension.
Dimensione del File 15.15 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-05-03
Data di Pubblicazione 2020-05-03
Valutazione 4.24/5 Totale 17 Valutazioni
Sviluppatore JB
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}