Artists List View for Google Play Music

Displays the Artists page in Google Play Music as a more compact list.

Cos'è Artists List View for Google Play Music?

Artists List View for Google Play Music è un'estensione di Chrome sviluppata da Steven Jackson, e la sua funzione principale è "Displays the Artists page in Google Play Music as a more compact list.".

Screenshot dell'Estensione

screenshot

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

Scarica i file di estensione Artists 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

                        Modifies Google Play Music's artist page to display artists in a list instead of a large grid of icons.

This is a simple extension that just provides an alternate CSS style for the artists page. It should maintain all of the functionality of the original page.

If you have an issues or feature requests please post them here: https://github.com/stevosaurus/GooglePlayMusicArtistsListView/issues

This extension is in no way associated with Google or the Google Play Music service.                    

Informazioni di Base sull'Estensione

Nome Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
URL Ufficiale https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Descrizione Displays the Artists page in Google Play Music as a more compact list.
Dimensione del File 8.06 KB
Conteggio Installazioni 142
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-02-07
Data di Pubblicazione 2017-02-07
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore Steven Jackson
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": "Artists List View for Google Play Music",
    "version": "1.0.0",
    "description": "Displays the Artists page in Google Play Music as a more compact list.",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/*"
            ],
            "css": [
                "compactliststyles.css"
            ]
        }
    ]
}