YouTube Television Mode

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

Wat is YouTube Television Mode?

YouTube Television Mode is een Chrome-extensie ontwikkeld door Jason Gauci, en de belangrijkste functie is "Watch YouTube endlessly as if it was a real TV station.".

Download het CRX-bestand van de extensie YouTube Television Mode

Download YouTube Television Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Television Mode YouTube Television Mode
ID kleeleapbddibpbhbmdplacclglnpndc
Officiële URL https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc
Beschrijving Watch YouTube endlessly as if it was a real TV station.
Bestandsgrootte 74.37 KB
Aantal Installaties 119
Huidige Versie 0.1
Laatst Bijgewerkt 2014-02-23
Publicatiedatum 2014-02-23
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Jason Gauci
Betalingswijze free
Ondersteunde Talen 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"
    ]
}