Advanced Spotify Search

A more powerful way to search Spotify.

What is Advanced Spotify Search?

Advanced Spotify Search is a Chrome extension developed by Daniel Stoiber, and its main feature is "A more powerful way to search Spotify.".

Extension Screenshots

screenshot
screenshot

Download Advanced Spotify Search Extension CRX File

Download Advanced Spotify Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can search by Song, Artist, Album, Release Year, Genre, or any combination of those.                    

Extension Basic Information

Name Advanced Spotify Search Advanced Spotify Search
ID ppejgllbljogfbmanhgcgdheckimfino
Official URL https://chromewebstore.google.com/detail/advanced-spotify-search/ppejgllbljogfbmanhgcgdheckimfino
Description A more powerful way to search Spotify.
File Size 19.86 KB
Installation Count 138
Current Version 1.0
Last Updated 2021-03-12
Publish Date 2021-03-07
Rating 3.00/5 Total 2 Ratings
Developer Daniel Stoiber
Email [email protected]
Payment Type free
Extension Website https://daniel.stoiber.network/project/advanced-spotify-search
Help Page URL https://github.com/nerdXNature/advanced-spotify-search/issues
Supported Languages 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"
    }
}