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.…
Cos'è Barebones Google Play Music UI?
Barebones Google Play Music UI è un'estensione di Chrome sviluppata da postpoststruct, e la sua funzione principale è "This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Barebones Google Play Music UI
Scarica i file di estensione Barebones Google Play Music UI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Barebones Google Play Music UI |
ID | fhbljjhjjffhjmlhfepjhgakjmbnodbl |
URL Ufficiale | https://chromewebstore.google.com/detail/barebones-google-play-mus/fhbljjhjjffhjmlhfepjhgakjmbnodbl |
Descrizione | This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.… |
Dimensione del File | 328 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2016-02-22 |
Data di Pubblicazione | 2016-02-21 |
Sviluppatore | postpoststruct |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |