Spotify Web Player Search

Unofficial Spotify Web Player Search Extension.

Spotify Web Player Search란 무엇입니까?

Spotify Web Player Search은(는) bigdreams564에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial Spotify Web Player Search Extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Spotify Web Player Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}