Spotify Dynamic Theme Plus
Dynamic background with transparency and animations for Spotify
¿Qué es Spotify Dynamic Theme Plus?
Spotify Dynamic Theme Plus es una extensión de Chrome desarrollada por cckats, y su función principal es "Dynamic background with transparency and animations for Spotify".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Spotify Dynamic Theme Plus
Descarga archivos de extensión Spotify Dynamic Theme Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | bhonlncoengmlbidemffnajjlaijkemm |
| URL Oficial | https://chromewebstore.google.com/detail/spotify-dynamic-theme-plu/bhonlncoengmlbidemffnajjlaijkemm |
| Descripción | Dynamic background with transparency and animations for Spotify |
| Tamaño del Archivo | 59.07 KB |
| Cantidad de Instalaciones | 5,641 |
| Versión Actual | 1.7.2 |
| Última Actualización | 2023-12-18 |
| Fecha de Publicación | 2021-07-20 |
| Calificación | 4.57/5 Total de 51 Calificaciones |
| Desarrollador | cckats |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
}
}
} | |