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 |
电子邮箱 | [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" } } } |