Artists List View for Google Play Music

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

O que é Artists List View for Google Play Music?

Artists List View for Google Play Music é uma extensão do Chrome desenvolvida por Steven Jackson, e sua principal característica é "Displays the Artists page in Google Play Music as a more compact list.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Artists List View for Google Play Music

Baixe arquivos de extensão Artists List View for Google Play Music no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
URL Oficial https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Descrição Displays the Artists page in Google Play Music as a more compact list.
Tamanho do Arquivo 8.06 KB
Contagem de Instalações 142
Versão Atual 1.0.0
Última Atualização 2017-02-07
Data de Publicação 2017-02-07
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor Steven Jackson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}