SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
Was ist SoundCloud Downloader v2?
SoundCloud Downloader v2 ist eine Chrome-Erweiterung, die von alina.merkelsz entwickelt wurde, und ihr Hauptmerkmal ist "Adds download buttons for tracks on soundcloud.com".
Erweiterungsscreenshots
SoundCloud Downloader v2-Erweiterungs-CRX-Datei herunterladen
Laden Sie SoundCloud Downloader v2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
Offizielle URL | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
Beschreibung | Adds download buttons for tracks on soundcloud.com |
Dateigröße | 62.94 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 2022.06.12 |
Letztes Update | 2022-06-13 |
Veröffentlichungsdatum | 2021-01-21 |
Bewertung | 4.48/5 Insgesamt 65 Bewertungen |
Entwickler | alina.merkelsz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |