YouTube List View

This extension displays your youtube subscription in the list view.

Co to jest YouTube List View?

YouTube List View to rozszerzenie Chrome opracowane przez Eddie Wilford, a jego główną funkcją jest „This extension displays your youtube subscription in the list view.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube List View

Pobierz pliki rozszerzeń YouTube List View 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

                        A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. 

UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
Oficjalny URL https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
Opis This extension displays your youtube subscription in the list view.
Rozmiar pliku 36.99 KB
Liczba instalacji 430
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2016-06-02
Data Publikacji 2016-06-01
Ocena 4.23/5 Łącznie 52 Oceny
Deweloper Eddie Wilford
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube List View",
    "description": "This extension displays your youtube subscription in the list view.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/feed\/subscriptions*",
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ]
        }
    ]
}