YouTube List View

This extension displays your youtube subscription in the list view.

Co je YouTube List View?

YouTube List View je rozšíření Chrome vyvinuté Eddie Wilford, a jeho hlavní funkcí je „This extension displays your youtube subscription in the list view.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YouTube List View

Stáhněte si soubory rozšíření YouTube List View 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í

                        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.                    

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

Název YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
Oficiální URL https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
Popis This extension displays your youtube subscription in the list view.
Velikost souboru 36.99 KB
Počet instalací 430
Aktuální Verze 1.1.2
Poslední Aktualizace 2016-06-02
Datum Vydání 2016-06-01
Hodnocení 4.23/5 Celkem 52 Hodnocení
Vývojář Eddie Wilford
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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*"
            ]
        }
    ]
}