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.”。
擴展截圖
下載Spotify Web Player Search擴展crx文件
下載Spotify Web Player Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | hdgadgplbbdjlbjgdociahdlmbglfeen |
官方網址 | 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" } } |