Artists List View for Google Play Music

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

Wat is Artists List View for Google Play Music?

Artists List View for Google Play Music is een Chrome-extensie ontwikkeld door Steven Jackson, en de belangrijkste functie is "Displays the Artists page in Google Play Music as a more compact list.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Artists List View for Google Play Music

Download Artists List View for Google Play Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
Officiële URL https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Beschrijving Displays the Artists page in Google Play Music as a more compact list.
Bestandsgrootte 8.06 KB
Aantal Installaties 142
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-02-07
Publicatiedatum 2017-02-07
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Steven Jackson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}