Advanced Spotify Search
A more powerful way to search Spotify.
Apa itu Advanced Spotify Search?
Advanced Spotify Search adalah ekstensi Chrome yang dikembangkan oleh Daniel Stoiber, dan fitur utamanya adalah "A more powerful way to search Spotify.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Advanced Spotify Search
Unduh file ekstensi Advanced Spotify Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
You can search by Song, Artist, Album, Release Year, Genre, or any combination of those.
Informasi Dasar Ekstensi
Nama | Advanced Spotify Search |
ID | ppejgllbljogfbmanhgcgdheckimfino |
URL Resmi | https://chromewebstore.google.com/detail/advanced-spotify-search/ppejgllbljogfbmanhgcgdheckimfino |
Deskripsi | A more powerful way to search Spotify. |
Ukuran File | 19.86 KB |
Jumlah Instalasi | 138 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-12 |
Tanggal Publikasi | 2021-03-07 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Daniel Stoiber |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://daniel.stoiber.network/project/advanced-spotify-search |
URL Halaman Bantuan | https://github.com/nerdXNature/advanced-spotify-search/issues |
Bahasa yang Didukung | 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" } } |