Advanced Spotify Search

A more powerful way to search Spotify.

Advanced Spotify Search क्या है?

Advanced Spotify Search Daniel Stoiber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A more powerful way to search Spotify."।

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

screenshot
screenshot

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

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

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

                        You can search by Song, Artist, Album, Release Year, Genre, or any combination of those.                    

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

नाम Advanced Spotify Search Advanced Spotify Search
ID ppejgllbljogfbmanhgcgdheckimfino
आधिकारिक URL https://chromewebstore.google.com/detail/advanced-spotify-search/ppejgllbljogfbmanhgcgdheckimfino
विवरण A more powerful way to search Spotify.
फ़ाइल का आकार 19.86 KB
स्थापना संख्या 138
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-03-12
प्रकाशन तिथि 2021-03-07
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Daniel Stoiber
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://daniel.stoiber.network/project/advanced-spotify-search
सहायता पृष्ठ URL https://github.com/nerdXNature/advanced-spotify-search/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Spotify Search",
    "description": "A more powerful way to search Spotify.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}