Spotify Chrome extension
Quickly add Spotify track to playlist.
Spotify Chrome extensionคืออะไร?
Spotify Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angélique Estrade และคุณลักษณะหลักของมันคือ "Quickly add Spotify track to playlist."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Chrome extension
ดาวน์โหลดไฟล์ส่วนขยาย Spotify Chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you are obsessed with little things that can save your time, even a few seconds, this extension is for you. Imagine you are doing stuffs on your computer, Chrome opened and listening random music on Spotify. Then you hear a music that makes you happy. You'd like to save it anywhere, to hear it again later. But you don't want to lose focus on what you are doing. So you can click on this extension's icon on your browser to add the track to the configured playlist.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hdnmejfdnmjkoljahfbbonogeflghela |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/spotify-chrome-extension/hdnmejfdnmjkoljahfbbonogeflghela |
คำอธิบาย | Quickly add Spotify track to playlist. |
ขนาดไฟล์ | 144 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-04-11 |
วันที่เผยแพร่ | 2020-08-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Angélique Estrade |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "author": "aestrade", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "identity" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |