Advanced Spotify Search
A more powerful way to search Spotify.
Vad är Advanced Spotify Search?
Advanced Spotify Search är en Chrome-tillägg utvecklad av Daniel Stoiber, och dess huvudfunktion är "A more powerful way to search Spotify.".
Tilläggsskärmbilder
Ladda ner Advanced Spotify Search-förlängningens CRX-fil
Ladda ner Advanced Spotify Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can search by Song, Artist, Album, Release Year, Genre, or any combination of those. Grundläggande Information om Tillägg
| Namn | |
| ID | ppejgllbljogfbmanhgcgdheckimfino |
| Officiell webbadress | https://chromewebstore.google.com/detail/advanced-spotify-search/ppejgllbljogfbmanhgcgdheckimfino |
| Beskrivning | A more powerful way to search Spotify. |
| Filstorlek | 19.86 KB |
| Antal Installationer | 138 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-03-12 |
| Publiceringsdatum | 2021-03-07 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Daniel Stoiber |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://daniel.stoiber.network/project/advanced-spotify-search |
| Hjälpsida URL | https://github.com/nerdXNature/advanced-spotify-search/issues |
| Stödda Språk | 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"
}
} | |