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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}