Water for Spotify
A cleaner UI for the Spotify web player.
Water for Spotifyคืออะไร?
Water for Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BitwiseAndrea และคุณลักษณะหลักของมันคือ "A cleaner UI for the Spotify web player."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Water for Spotify
ดาวน์โหลดไฟล์ส่วนขยาย Water for Spotify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Modifies the UI of the Spotify web player. See screenshots for a look at what this extension will provide you - in the side by side view, Water for Spotify is shown on the left. This extension is not made by Spotify and is not affiliated with Spotify. Some of the changes include: - Remove all instances of green call-to-action color usage - Remove paneling from playlist cards (and most instances of matte gray) on homepage - Center headings - Extend gradient background to cover more of the page - Support half screen mode Feel free to file bugs or requests on GitHub. More to come! ~BitwiseAndrea
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Water for Spotify |
ID | pehpkjkjaakpbgembhfbbmgdelfoeipf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf |
คำอธิบาย | A cleaner UI for the Spotify web player. |
ขนาดไฟล์ | 75.02 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2020-09-01 |
วันที่เผยแพร่ | 2019-11-18 |
คะแนน | 2.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | BitwiseAndrea |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/BitwiseAndrea/water-for-spotify |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Water for Spotify", "version": "0.1.2", "description": "A cleaner UI for the Spotify web player.", "icons": { "128": "\/images\/water.png" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "\/styles.css" ], "js": [ "\/jquery-3.4.1.min.js", "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "*.css", "*.png", "*.cur" ] } |