Spotify Dynamic Theme Plus
Dynamic background with transparency and animations for Spotify
Spotify Dynamic Theme Plus là gì?
Spotify Dynamic Theme Plus là một tiện ích mở rộng Chrome được phát triển bởi cckats, và tính năng chính của nó là "Dynamic background with transparency and animations for Spotify".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spotify Dynamic Theme Plus
Tải xuống các tệp mở rộng Spotify Dynamic Theme Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spotify Dynamic Theme Plus |
ID | bhonlncoengmlbidemffnajjlaijkemm |
URL Chính Thức | https://chromewebstore.google.com/detail/spotify-dynamic-theme-plu/bhonlncoengmlbidemffnajjlaijkemm |
Mô tả | Dynamic background with transparency and animations for Spotify |
Kích Thước Tệp | 59.07 KB |
Số Lần Cài Đặt | 5,641 |
Phiên Bản Hiện Tại | 1.7.2 |
Cập Nhật Lần Cuối | 2023-12-18 |
Ngày Phát Hành | 2021-07-20 |
Đánh Giá | 4.57/5 Tổng số 51 Đánh Giá |
Nhà Phát Triển | cckats |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |