SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
Apa itu SoundCloud Downloader v2?
SoundCloud Downloader v2 adalah ekstensi Chrome yang dikembangkan oleh alina.merkelsz, dan fitur utamanya adalah "Adds download buttons for tracks on soundcloud.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SoundCloud Downloader v2
Unduh file ekstensi SoundCloud Downloader v2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
URL Resmi | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
Deskripsi | Adds download buttons for tracks on soundcloud.com |
Ukuran File | 62.94 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 2022.06.12 |
Terakhir Diperbarui | 2022-06-13 |
Tanggal Publikasi | 2021-01-21 |
Penilaian | 4.48/5 Total 65 Penilaian |
Pengembang | alina.merkelsz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |