SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
What is SoundCloud Downloader v2?
SoundCloud Downloader v2 is a Chrome extension developed by alina.merkelsz, and its main feature is "Adds download buttons for tracks on soundcloud.com".
Extension Screenshots
Download SoundCloud Downloader v2 Extension CRX File
Download SoundCloud Downloader v2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
Official URL | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
Description | Adds download buttons for tracks on soundcloud.com |
File Size | 62.94 KB |
Installation Count | 20,000 |
Current Version | 2022.06.12 |
Last Updated | 2022-06-13 |
Publish Date | 2021-01-21 |
Rating | 4.48/5 Total 65 Ratings |
Developer | alina.merkelsz |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |