YouTube Television Mode

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

Co to jest YouTube Television Mode?

YouTube Television Mode to rozszerzenie Chrome opracowane przez Jason Gauci, a jego główną funkcją jest „Watch YouTube endlessly as if it was a real TV station.”.

Pobierz plik CRX rozszerzenia YouTube Television Mode

Pobierz pliki rozszerzeń YouTube Television Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Television Mode YouTube Television Mode
ID kleeleapbddibpbhbmdplacclglnpndc
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc
Opis Watch YouTube endlessly as if it was a real TV station.
Rozmiar pliku 74.37 KB
Liczba instalacji 119
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-02-23
Data Publikacji 2014-02-23
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper Jason Gauci
Typ Płatności free
Obsługiwane Języki 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"
    ]
}