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.…」です。
拡張機能のスクリーンショット
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 |
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" } ] } |