List View for Google Play Music

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

Co je List View for Google Play Music?

List View for Google Play Music je rozšíření Chrome vyvinuté claflamme, a jeho hlavní funkcí je „Converts Google Play Music's "Artist" and "Genre" views to a list.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření List View for Google Play Music

Stáhněte si soubory rozšíření List View for Google Play Music ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název List View for Google Play Music List View for Google Play Music
ID dmjdfofgcjpbebhjpegjgjhejmohlnnb
Oficiální URL https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb
Popis Converts Google Play Music's "Artist" and "Genre" views to a list.
Velikost souboru 3.31 KB
Počet instalací 43
Aktuální Verze 0.1.2
Poslední Aktualizace 2014-08-08
Datum Vydání 2014-08-07
Hodnocení 1.00/5 Celkem 3 Hodnocení
Vývojář claflamme
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}