Spotify Dynamic Theme Plus

Dynamic background with transparency and animations for Spotify

ما هو Spotify Dynamic Theme Plus؟

Spotify Dynamic Theme Plus هو إضافة Chrome تم تطويرها بواسطة cckats، والميزة الرئيسية لها هي "Dynamic background with transparency and animations for Spotify".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Spotify Dynamic Theme Plus

قم بتنزيل ملفات الامتداد Spotify Dynamic Theme Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم Spotify Dynamic Theme Plus 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"
        }
    }
}