SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
SoundCloud Downloader v2คืออะไร?
SoundCloud Downloader v2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alina.merkelsz และคุณลักษณะหลักของมันคือ "Adds download buttons for tracks on soundcloud.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundCloud Downloader v2
ดาวน์โหลดไฟล์ส่วนขยาย SoundCloud Downloader v2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Add-on allows you to easily download tracks off of SoundCloud, by the press of a button. Unlike other Add-ons, this does not use any 3rd party services to perform the download - only SoundCloud's own APIs. When you hit 'Download', we will set the appropriate metadata information: Title, Artists, Album and Artwork. If the track is downloaded as part of an album, we will also set the track number. If you are a Go+ user, we will download the higher quality version (.m4a file) for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
คำอธิบาย | Adds download buttons for tracks on soundcloud.com |
ขนาดไฟล์ | 62.94 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 2022.06.12 |
อัปเดตครั้งล่าสุด | 2022-06-13 |
วันที่เผยแพร่ | 2021-01-21 |
คะแนน | 4.48/5 รวมทั้งหมด 65 คะแนน |
ผู้พัฒนา | alina.merkelsz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "author": "NotTobi", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.soundcloud.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "install.js" ], "matches": [ " |