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.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Advanced Spotify Search Advanced Spotify Search
ID ppejgllbljogfbmanhgcgdheckimfino
官方URL 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"
    }
}