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.…

Wat is Barebones Google Play Music UI?

Barebones Google Play Music UI is een Chrome-extensie ontwikkeld door postpoststruct, en de belangrijkste functie is "This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Barebones Google Play Music UI

Download Barebones Google Play Music UI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Barebones Google Play Music UI Barebones Google Play Music UI
ID fhbljjhjjffhjmlhfepjhgakjmbnodbl
Officiële URL https://chromewebstore.google.com/detail/barebones-google-play-mus/fhbljjhjjffhjmlhfepjhgakjmbnodbl
Beschrijving This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…
Bestandsgrootte 328 KB
Aantal Installaties 11
Huidige Versie 0.2
Laatst Bijgewerkt 2016-02-22
Publicatiedatum 2016-02-21
Ontwikkelaar postpoststruct
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}