Spotify Web Player Search

Unofficial Spotify Web Player Search Extension.

Spotify Web Player Search क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

                        Spotify Web Player Search Extension. Search & play music in Spotify Web Player using Google site search directly from chrome omnibox (search box).
This is Spotify Web Player search that allows the user seamlessly search track, albums, artists while surfing the web by navigating to the Spotify Web Player Search user interface. 

How to Use
1.First of all, open Spotify Web Player (https://open.spotify.com/). Always remain logged in to search and play music seamlessly directly from chrome omni box(search or url box).
2. Now you can click extension icon to launch search or use omnibox and type "SPO" 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 Web Player you will be able to play it asap else you will be asked to log in.
5. Enjoy searching music on Spotify™ for free!

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

Spotify™ and its related trademarks, names, and logos are the property of Spotify AB. The Extension is not affiliated with, sponsored, or endorsed by Spotify. All other trademarks, names, and logos used in the Extension are the property of their respective owners.                    

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

नाम Spotify Web Player Search Spotify Web Player Search
ID hdgadgplbbdjlbjgdociahdlmbglfeen
आधिकारिक URL https://chromewebstore.google.com/detail/spotify-web-player-search/hdgadgplbbdjlbjgdociahdlmbglfeen
विवरण Unofficial Spotify Web Player Search Extension.
फ़ाइल का आकार 8.72 KB
स्थापना संख्या 34,379
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-11-18
प्रकाशन तिथि 2017-05-27
रेटिंग 2.91/5 कुल 416 रेटिंग्स
डेवलपर bigdreams564
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chromecrxstore.com/searchspotify
गोपनीयता नीति पृष्ठ URL https://chromecrxstore.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotify Web Player Search",
    "version": "1.0.0",
    "description": "Unofficial Spotify Web Player Search Extension.",
    "omnibox": {
        "keyword": "spo"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Web Search",
            "keyword": "search",
            "search_url": "https:\/\/chromecrxstore.com\/query\/index.html?q={searchTerms}",
            "favicon_url": "https:\/\/chromecrxstore.com\/query\/icon.jpg",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_icon": "icon.png"
    }
}