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

什麼是Barebones Google Play Music UI?

Barebones Google Play Music UI是由postpoststruct開發的Chrome擴展程式,該擴展的主要功能是“This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…”。

擴展截圖

screenshot

下載Barebones Google Play Music UI擴展crx文件

下載Barebones Google Play Music UI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Barebones Google Play Music UI Barebones Google Play Music UI
ID fhbljjhjjffhjmlhfepjhgakjmbnodbl
官方網址 https://chromewebstore.google.com/detail/barebones-google-play-mus/fhbljjhjjffhjmlhfepjhgakjmbnodbl
簡介 This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…
檔案大小 328 KB
安裝次數 11
目前版本 0.2
更新時間 2016-02-22
上架時間 2016-02-21
開發者 postpoststruct
付費類型 free
支援的語言 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"
        }
    ]
}