Spotify Dynamic Theme Plus
Dynamic background with transparency and animations for Spotify
Spotify Dynamic Theme Plusとは何ですか?
Spotify Dynamic Theme Plusはcckatsによって開発されたChromeの拡張機能で、その主な機能は「Dynamic background with transparency and animations for Spotify」です。
拡張機能のスクリーンショット
Spotify Dynamic Theme Plus拡張機能のCRXファイルをダウンロード
Spotify Dynamic Theme Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Is a skin that changes background to the song/album cover that's playing also adds many effects and transitions WARNING: This is an extension for the web app (open.spotify.com), not the Spotify app v1.7.2 Quickfix: Sorry for the late update i had moved to another city for a while Fixed black side bar Fixed icons hover black background color in the side bar Pop-up UI -- Options coming soon
拡張機能の基本情報
名前 | Spotify Dynamic Theme Plus |
ID | bhonlncoengmlbidemffnajjlaijkemm |
公式URL | https://chromewebstore.google.com/detail/spotify-dynamic-theme-plu/bhonlncoengmlbidemffnajjlaijkemm |
説明 | Dynamic background with transparency and animations for Spotify |
ファイルサイズ | 59.07 KB |
インストール数 | 5,641 |
現在のバージョン | 1.7.2 |
最終更新日 | 2023-12-18 |
公開日 | 2021-07-20 |
評価 | 4.57/5 合計 51 レビュー |
開発者 | cckats |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Dynamic Theme Plus", "version": "1.7.2", "description": "Dynamic background with transparency and animations for Spotify", "browser_specific_settings": { "gecko": { "id": "{91568193-254d-480f-970a-d3ec7e0054b6}" } }, "icons": { "16": "icons\/skinico16.png", "32": "icons\/skinico32.png", "48": "icons\/skinico48.png", "128": "icons\/skinico128.png" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "userscript.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/skinico16.png", "32": "icons\/skinico32.png", "48": "icons\/skinico48.png", "128": "icons\/skinico128.png" } } } |