Artists List View for Google Play Music

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

What is Artists List View for Google Play Music?

Artists List View for Google Play Music is a Chrome extension developed by Steven Jackson, and its main feature is "Displays the Artists page in Google Play Music as a more compact list.".

Extension Screenshots

screenshot

Download Artists List View for Google Play Music Extension CRX File

Download Artists List View for Google Play Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
Official URL https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Description Displays the Artists page in Google Play Music as a more compact list.
File Size 8.06 KB
Installation Count 142
Current Version 1.0.0
Last Updated 2017-02-07
Publish Date 2017-02-07
Rating 4.29/5 Total 7 Ratings
Developer Steven Jackson
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}