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 là gì?

Barebones Google Play Music UI là một tiện ích mở rộng Chrome được phát triển bởi postpoststruct, và tính năng chính của nó là "This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Barebones Google Play Music UI

Tải xuống các tệp mở rộng Barebones Google Play Music UI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Barebones Google Play Music UI Barebones Google Play Music UI
ID fhbljjhjjffhjmlhfepjhgakjmbnodbl
URL Chính Thức https://chromewebstore.google.com/detail/barebones-google-play-mus/fhbljjhjjffhjmlhfepjhgakjmbnodbl
Mô tả This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…
Kích Thước Tệp 328 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-02-22
Ngày Phát Hành 2016-02-21
Nhà Phát Triển postpoststruct
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}