List View for Google Play Music
Converts Google Play Music's "Artist" and "Genre" views to a list.
O que é List View for Google Play Music?
List View for Google Play Music é uma extensão do Chrome desenvolvida por claflamme, e sua principal característica é "Converts Google Play Music's "Artist" and "Genre" views to a list.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão List View for Google Play Music
Baixe arquivos de extensão 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
Informações Básicas da Extensão
Nome | List View for Google Play Music |
ID | dmjdfofgcjpbebhjpegjgjhejmohlnnb |
URL Oficial | https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb |
Descrição | Converts Google Play Music's "Artist" and "Genre" views to a list. |
Tamanho do Arquivo | 3.31 KB |
Contagem de Instalações | 43 |
Versão Atual | 0.1.2 |
Última Atualização | 2014-08-08 |
Data de Publicação | 2014-08-07 |
Classificação | 1.00/5 Total de 3 Avaliações |
Desenvolvedor | claflamme |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |