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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Spotify Dynamic Theme Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}