Water for Spotify
A cleaner UI for the Spotify web player.
Apa itu Water for Spotify?
Water for Spotify adalah ekstensi Chrome yang dikembangkan oleh BitwiseAndrea, dan fitur utamanya adalah "A cleaner UI for the Spotify web player.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Water for Spotify
Unduh file ekstensi Water for Spotify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Water for Spotify |
ID | pehpkjkjaakpbgembhfbbmgdelfoeipf |
URL Resmi | https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf |
Deskripsi | A cleaner UI for the Spotify web player. |
Ukuran File | 75.02 KB |
Jumlah Instalasi | 90 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2020-09-01 |
Tanggal Publikasi | 2019-11-18 |
Penilaian | 2.80/5 Total 5 Penilaian |
Pengembang | BitwiseAndrea |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/BitwiseAndrea/water-for-spotify |
Bahasa yang Didukung | 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" ] } |