Spotify artist's all songs
As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Spotify artist's all songsคืออะไร?
Spotify artist's all songs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xdpugachevx และคุณลักษณะหลักของมันคือ "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify artist's all songs
ดาวน์โหลดไฟล์ส่วนขยาย Spotify artist's all songs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply create playlist with all songs of any artist on Spotify. Just go to artist's page, click on extension icon and click "Show all songs" button. After couple of seconds you will be redirected to new playlist with all songs of this artist. This extension uses official Spotify WebAPI, that's why you need to authorize this extension on Spotify for the first time. Don't worry, we don't collect any personal information about you and your musical preferences. So just use this extension and get fun listening your favorite artists!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spotify artist's all songs |
ID | jdicfniianljldbajoghhnilmnghgmno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno |
คำอธิบาย | As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply… |
ขนาดไฟล์ | 326 KB |
จำนวนการติดตั้ง | 5,065 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-01-22 |
วันที่เผยแพร่ | 2021-01-22 |
คะแนน | 4.03/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | xdpugachevx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify artist's all songs", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "chrome-extension-async.js", "background.js" ], "persistent": false }, "permissions": [ "storage", "identity", "tabs" ] } |