SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
Hvad er SoundCloud Downloader v2?
SoundCloud Downloader v2 er en Chrome-udvidelse udviklet af alina.merkelsz, og dens hovedfunktion er "Adds download buttons for tracks on soundcloud.com".
Udvidelsesskærmbilleder
Download SoundCloud Downloader v2-udvidelses-CRX-fil
Download SoundCloud Downloader v2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
Officiel URL | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
Beskrivelse | Adds download buttons for tracks on soundcloud.com |
Filstørrelse | 62.94 KB |
Antal Installationer | 20,000 |
Nuværende Version | 2022.06.12 |
Senest Opdateret | 2022-06-13 |
Udgivelsesdato | 2021-01-21 |
Bedømmelse | 4.48/5 Samlet 65 Bedømmelser |
Udvikler | alina.merkelsz |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |