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

Qu'est-ce que Barebones Google Play Music UI ?

Barebones Google Play Music UI est une extension Chrome développée par postpoststruct, et sa fonction principale est "This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Barebones Google Play Music UI

Téléchargez les fichiers d'extension Barebones Google Play Music UI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Barebones Google Play Music UI Barebones Google Play Music UI
ID fhbljjhjjffhjmlhfepjhgakjmbnodbl
URL Officiel https://chromewebstore.google.com/detail/barebones-google-play-mus/fhbljjhjjffhjmlhfepjhgakjmbnodbl
Description This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…
Taille du Fichier 328 KB
Nombre d'Installations 11
Version Actuelle 0.2
Dernière Mise à Jour 2016-02-22
Date de Publication 2016-02-21
Développeur postpoststruct
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}