YouTube Television Mode

Watch YouTube endlessly as if it was a real TV station.

Cos'è YouTube Television Mode?

YouTube Television Mode è un'estensione di Chrome sviluppata da Jason Gauci, e la sua funzione principale è "Watch YouTube endlessly as if it was a real TV station.".

Scarica il file CRX dell'estensione YouTube Television Mode

Scarica i file di estensione YouTube Television Mode 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 Chrome extension automatically follows suggested videos (the videos on the right-hand side of YouTube) when the video you are watching finishes.  The extension keeps track of what you have already watched so you never watch the same video twice.                    

Informazioni di Base sull'Estensione

Nome YouTube Television Mode YouTube Television Mode
ID kleeleapbddibpbhbmdplacclglnpndc
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc
Descrizione Watch YouTube endlessly as if it was a real TV station.
Dimensione del File 74.37 KB
Conteggio Installazioni 119
Versione Corrente 0.1
Ultimo Aggiornamento 2014-02-23
Data di Pubblicazione 2014-02-23
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore Jason Gauci
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Television Mode",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Watch YouTube endlessly as if it was a real TV station.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "tubeKeys.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "inject.js",
        "jquery.min.js"
    ]
}