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
Eメール [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"
    }
}