Spotify Dynamic Theme Plus
Dynamic background with transparency and animations for Spotify
Spotify Dynamic Theme Plus क्या है?
Spotify Dynamic Theme Plus cckats द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dynamic background with transparency and animations for Spotify"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotify Dynamic Theme Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
}
}
} | |