Advanced Spotify Search
A more powerful way to search Spotify.
什麼是Advanced Spotify Search?
Advanced Spotify Search是由Daniel Stoiber開發的Chrome擴展程式,該擴展的主要功能是“A more powerful way to search Spotify.”。
擴展截圖
下載Advanced Spotify Search擴展crx文件
下載Advanced Spotify Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can search by Song, Artist, Album, Release Year, Genre, or any combination of those. 擴展基本資訊
| 名稱 | |
| ID | ppejgllbljogfbmanhgcgdheckimfino |
| 官方網址 | https://chromewebstore.google.com/detail/advanced-spotify-search/ppejgllbljogfbmanhgcgdheckimfino |
| 簡介 | A more powerful way to search Spotify. |
| 檔案大小 | 19.86 KB |
| 安裝次數 | 138 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-03-12 |
| 上架時間 | 2021-03-07 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | Daniel Stoiber |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://daniel.stoiber.network/project/advanced-spotify-search |
| 說明頁面URL | https://github.com/nerdXNature/advanced-spotify-search/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Advanced Spotify Search",
"description": "A more powerful way to search Spotify.",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
},
"icons": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
} | |