YouTube List View

This extension displays your youtube subscription in the list view.

Cos'è YouTube List View?

YouTube List View è un'estensione di Chrome sviluppata da Eddie Wilford, e la sua funzione principale è "This extension displays your youtube subscription in the list view.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube List View

Scarica i file di estensione YouTube List View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
URL Ufficiale https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
Descrizione This extension displays your youtube subscription in the list view.
Dimensione del File 36.99 KB
Conteggio Installazioni 430
Versione Corrente 1.1.2
Ultimo Aggiornamento 2016-06-02
Data di Pubblicazione 2016-06-01
Valutazione 4.23/5 Totale 52 Valutazioni
Sviluppatore Eddie Wilford
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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*"
            ]
        }
    ]
}