List View for Google Play Music

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

What is List View for Google Play Music?

List View for Google Play Music is a Chrome extension developed by claflamme, and its main feature is "Converts Google Play Music's "Artist" and "Genre" views to a list.".

Extension Screenshots

screenshot

Download List View for Google Play Music Extension CRX File

Download 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

                                            

Extension Basic Information

Name List View for Google Play Music List View for Google Play Music
ID dmjdfofgcjpbebhjpegjgjhejmohlnnb
Official URL https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb
Description Converts Google Play Music's "Artist" and "Genre" views to a list.
File Size 3.31 KB
Installation Count 43
Current Version 0.1.2
Last Updated 2014-08-08
Publish Date 2014-08-07
Rating 1.00/5 Total 3 Ratings
Developer claflamme
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}