SpotifAdd

Quickly add songs to your spotify playlist

ما هو SpotifAdd؟

SpotifAdd هو إضافة Chrome تم تطويرها بواسطة aliensareblue، والميزة الرئيسية لها هي "Quickly add songs to your spotify playlist".

تحميل ملف CRX للإضافة SpotifAdd

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

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

                        This extension allows you to add songs using a playlist ID and the song name. This is far more convenient then searching up the song on spotify.                    

معلومات أساسية عن التمديد

الاسم SpotifAdd SpotifAdd
ID emfabpmpbnemihemdonpidolcndhconk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/spotifadd/emfabpmpbnemihemdonpidolcndhconk
الوصف Quickly add songs to your spotify playlist
حجم الملف 355 KB
عدد التثبيتات 49
النسخة الحالية 0.0.1
آخر تحديث 2017-04-07
تاريخ النشر 2017-04-07
تقييم 3.00/5 مجموع تقييمات 2
المطور aliensareblue
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpotifAdd",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Quickly add songs to your spotify playlist",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ]
}