Barebones Google Play Music UI
This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…
O que é Barebones Google Play Music UI?
Barebones Google Play Music UI é uma extensão do Chrome desenvolvida por postpoststruct, e sua principal característica é "This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Barebones Google Play Music UI
Baixe arquivos de extensão Barebones Google Play Music UI 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
This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page. Long-term goal is an extension which provides a very clean almost text based experience for the amazing Google Play Music app. This initial versions is being pushed out to serve a very specific need. My daughter only falls asleep to a specific playlist, but the way Google Play Music renders on my laptop, I can never find the playlist that I need. By hiding the REDUNDANT 'Recent Activity' panel from the Library page, I can easily access this content.
Informações Básicas da Extensão
Nome | Barebones Google Play Music UI |
ID | fhbljjhjjffhjmlhfepjhgakjmbnodbl |
URL Oficial | https://chromewebstore.google.com/detail/barebones-google-play-mus/fhbljjhjjffhjmlhfepjhgakjmbnodbl |
Descrição | This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.… |
Tamanho do Arquivo | 328 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.2 |
Última Atualização | 2016-02-22 |
Data de Publicação | 2016-02-21 |
Desenvolvedor | postpoststruct |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Barebones Google Play Music UI", "short_name": "Bare Bones", "version": "0.2", "content_scripts": [ { "matches": [ "http:\/\/play.google.com\/*", "https:\/\/play.google.com\/*" ], "css": [ "barebones.css" ], "all_frames": true, "run_at": "document_start" } ] } |