Water for Spotify
A cleaner UI for the Spotify web player.
Water for Spotifyとは何ですか?
Water for SpotifyはBitwiseAndreaによって開発されたChromeの拡張機能で、その主な機能は「A cleaner UI for the Spotify web player.」です。
拡張機能のスクリーンショット
Water for Spotify拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |