Advanced Spotify Search

A more powerful way to search Spotify.

ما هو Advanced Spotify Search؟

Advanced Spotify Search هو إضافة Chrome تم تطويرها بواسطة Daniel Stoiber، والميزة الرئيسية لها هي "A more powerful way to search Spotify.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Advanced Spotify Search

قم بتنزيل ملفات الامتداد Advanced Spotify Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}