Artists List View for Google Play Music

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

Qu'est-ce que Artists List View for Google Play Music ?

Artists List View for Google Play Music est une extension Chrome développée par Steven Jackson, et sa fonction principale est "Displays the Artists page in Google Play Music as a more compact list.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Artists List View for Google Play Music

Téléchargez les fichiers d'extension Artists List View for Google Play Music au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
URL Officiel https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Description Displays the Artists page in Google Play Music as a more compact list.
Taille du Fichier 8.06 KB
Nombre d'Installations 142
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-02-07
Date de Publication 2017-02-07
Évaluation 4.29/5 Total 7 Évaluations
Développeur Steven Jackson
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}