YouTube Television Mode

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

Co je YouTube Television Mode?

YouTube Television Mode je rozšíření Chrome vyvinuté Jason Gauci, a jeho hlavní funkcí je „Watch YouTube endlessly as if it was a real TV station.“.

Stáhnout soubor CRX rozšíření YouTube Television Mode

Stáhněte si soubory rozšíření YouTube Television Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube Television Mode YouTube Television Mode
ID kleeleapbddibpbhbmdplacclglnpndc
Oficiální URL https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc
Popis Watch YouTube endlessly as if it was a real TV station.
Velikost souboru 74.37 KB
Počet instalací 119
Aktuální Verze 0.1
Poslední Aktualizace 2014-02-23
Datum Vydání 2014-02-23
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář Jason Gauci
Typ Platby free
Podporované Jazyky 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"
    ]
}