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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a very basic Chrome extension which modifies CSS for Google Play Music, hiding some of the clutter on the Library page.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Barebones Google Play Music UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |