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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย postpoststruct และคุณลักษณะหลักของมันคือ "This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Barebones Google Play Music UI

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}