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é es Barebones Google Play Music UI?

Barebones Google Play Music UI es una extensión de Chrome desarrollada por postpoststruct, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Barebones Google Play Music UI

Descarga archivos de extensión Barebones Google Play Music UI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Barebones Google Play Music UI Barebones Google Play Music UI
ID fhbljjhjjffhjmlhfepjhgakjmbnodbl
URL Oficial https://chromewebstore.google.com/detail/barebones-google-play-mus/fhbljjhjjffhjmlhfepjhgakjmbnodbl
Descripción This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…
Tamaño del Archivo 328 KB
Cantidad de Instalaciones 11
Versión Actual 0.2
Última Actualización 2016-02-22
Fecha de Publicación 2016-02-21
Desarrollador postpoststruct
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}