Spotify Web Player

Unofficial Spotify Web Player Search Extension.

Spotify Web Player क्या है?

Spotify Web Player Shivam rana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial Spotify Web Player Search Extension."।

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

screenshot

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

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

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

                        Spotify Web Player Extension. Search music from Spotify Web app using Google custom search api.
This is a Spotify web  player search that allows the user seamlessly 
 search play/pause/like/repeat or jump to previous or next track while surfing the web by navigating to the Spotify player user interface. 

How to Use Spotify Web Player Search pro
1.First download the Spotify Player app.
2. Now you can click extension icon to launch search or use omnibox and type "spot" enter tab key and type to search the track of your choice.
3. When you find the track , music or song you were looking for just click the link.
4. If you are already logged into Spotify you will be able to play it asap else you will be asked to log in.
5. Enjoy Searching Spotify.

To provide this functionality extension takes over you default search for seamless experience..                    

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

नाम Spotify Web Player Spotify Web Player
ID gphjkkbkmaiccfnhcoiibpkfpmpnkfeb
आधिकारिक URL https://chromewebstore.google.com/detail/spotify-web-player/gphjkkbkmaiccfnhcoiibpkfpmpnkfeb
विवरण Unofficial Spotify Web Player Search Extension.
फ़ाइल का आकार 22.69 KB
स्थापना संख्या 10,126
वर्तमान संस्करण 1.5229
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2022-05-25
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Shivam rana
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://chromeapps.site/privacypolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotify Web Player",
    "version": "1.5229",
    "offline_enabled": true,
    "container": "GOOGLE_DRIVE",
    "description": "Unofficial Spotify Web Player Search Extension.",
    "omnibox": {
        "keyword": "spot"
    },
    "icons": {
        "128": "icon.jpg"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "statistics.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Spotify Web Player Search",
            "keyword": "movie",
            "search_url": "https:\/\/chromeapps.site\/spotifysearch\/search.html?q={searchTerms}",
            "favicon_url": "https:\/\/chromeapps.site\/spotifysearch\/icon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_icon": "icon.jpg"
    }
}