List View for Google Play Music

Converts Google Play Music's "Artist" and "Genre" views to a list.

Cos'è List View for Google Play Music?

List View for Google Play Music è un'estensione di Chrome sviluppata da claflamme, e la sua funzione principale è "Converts Google Play Music's "Artist" and "Genre" views to a list.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione List View for Google Play Music

Scarica i file di estensione List View for Google Play Music 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

                                            

Informazioni di Base sull'Estensione

Nome List View for Google Play Music List View for Google Play Music
ID dmjdfofgcjpbebhjpegjgjhejmohlnnb
URL Ufficiale https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb
Descrizione Converts Google Play Music's "Artist" and "Genre" views to a list.
Dimensione del File 3.31 KB
Conteggio Installazioni 43
Versione Corrente 0.1.2
Ultimo Aggiornamento 2014-08-08
Data di Pubblicazione 2014-08-07
Valutazione 1.00/5 Totale 3 Valutazioni
Sviluppatore claflamme
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "List View for Google Play Music",
    "short_name": "GM List View",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Converts Google Play Music's \"Artist\" and \"Genre\" views to a list.",
    "homepage_url": "https:\/\/github.com\/claflamme\/Google-Music-List-View",
    "permissions": [
        "https:\/\/play.google.com\/music\/listen"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/listen"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}