YouTube Television Mode

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

What is YouTube Television Mode?

YouTube Television Mode is a Chrome extension developed by Jason Gauci, and its main feature is "Watch YouTube endlessly as if it was a real TV station.".

Download YouTube Television Mode Extension CRX File

Download YouTube Television Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube Television Mode YouTube Television Mode
ID kleeleapbddibpbhbmdplacclglnpndc
Official URL https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc
Description Watch YouTube endlessly as if it was a real TV station.
File Size 74.37 KB
Installation Count 119
Current Version 0.1
Last Updated 2014-02-23
Publish Date 2014-02-23
Rating 3.00/5 Total 3 Ratings
Developer Jason Gauci
Payment Type free
Supported Languages 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"
    ]
}