Spotify Web Player Search

Unofficial Spotify Web Player Search Extension.

¿Qué es Spotify Web Player Search?

Spotify Web Player Search es una extensión de Chrome desarrollada por bigdreams564, y su función principal es "Unofficial Spotify Web Player Search Extension.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Spotify Web Player Search

Descarga archivos de extensión Spotify Web Player Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Spotify Web Player Search Spotify Web Player Search
ID hdgadgplbbdjlbjgdociahdlmbglfeen
URL Oficial https://chromewebstore.google.com/detail/spotify-web-player-search/hdgadgplbbdjlbjgdociahdlmbglfeen
Descripción Unofficial Spotify Web Player Search Extension.
Tamaño del Archivo 8.72 KB
Cantidad de Instalaciones 34,379
Versión Actual 1.0.0
Última Actualización 2023-11-18
Fecha de Publicación 2017-05-27
Calificación 2.91/5 Total de 416 Calificaciones
Desarrollador bigdreams564
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://chromecrxstore.com/searchspotify
URL de la Página de Política de Privacidad https://chromecrxstore.com/privacy-policy
Idiomas Soportados 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"
    }
}