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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |