Spotify Dynamic Theme

Spotify Web Player Dynamic Background With Transparency And Animations

Spotify Dynamic Theme क्या है?

Spotify Dynamic Theme https://spotifydynamictheme.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spotify Web Player Dynamic Background With Transparency And Animations"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spotify Dynamic Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Spotify Dynamic Theme is a skin or theme that changes the background to the song or album cover which is playing.

Spotify Dynamic Theme also adds many transitions and effects.

Spotify Dynamic Theme Extensions works on Spotify Web Player (open.spotify.com) only.

INSTALLATION INSTRUCTIONS FOR SPOTIFY DYNAMIC THEME EXTENSION:

1. Click on “Add to Chrome” button.
2. Then, click on “Add Extension” button prompted on screen.
3. Click on “Puzzle” icon on right hand side of Chrome bar.
4. Pin the extension as it should be blue pin in front of the extension name “Spotify Dynamic Theme”.
5. Visit open.spotify.com and login to your Account.
6. Click on extension icon and manage to turn on/off the Spotify Dynamic Theme Feature.                    

एक्सटेंशन की मूल जानकारी

नाम Spotify Dynamic Theme Spotify Dynamic Theme
ID pffhcdafpflfaibcnmnegbclcmjhlick
आधिकारिक URL https://chromewebstore.google.com/detail/spotify-dynamic-theme/pffhcdafpflfaibcnmnegbclcmjhlick
विवरण Spotify Web Player Dynamic Background With Transparency And Animations
फ़ाइल का आकार 191 KB
स्थापना संख्या 500
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-06-11
प्रकाशन तिथि 2023-01-15
रेटिंग 4.75/5 कुल 36 रेटिंग्स
डेवलपर https://spotifydynamictheme.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.spotifydynamictheme.com/
सहायता पृष्ठ URL https://www.spotifydynamictheme.com/
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16X16.png",
        "32": "icons\/32X32.png",
        "48": "icons\/48X48.png",
        "128": "icons\/128X128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "userscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128X128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}