YouTube List View

This extension displays your youtube subscription in the list view.

Was ist YouTube List View?

YouTube List View ist eine Chrome-Erweiterung, die von Eddie Wilford entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays your youtube subscription in the list view.".

Erweiterungsscreenshots

screenshot

YouTube List View-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube List View-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
Offizielle URL https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
Beschreibung This extension displays your youtube subscription in the list view.
Dateigröße 36.99 KB
Installationsanzahl 430
Aktuelle Version 1.1.2
Letztes Update 2016-06-02
Veröffentlichungsdatum 2016-06-01
Bewertung 4.23/5 Insgesamt 52 Bewertungen
Entwickler Eddie Wilford
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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*"
            ]
        }
    ]
}