SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
Qu'est-ce que SoundCloud Downloader v2 ?
SoundCloud Downloader v2 est une extension Chrome développée par alina.merkelsz, et sa fonction principale est "Adds download buttons for tracks on soundcloud.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SoundCloud Downloader v2
Téléchargez les fichiers d'extension SoundCloud Downloader v2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
URL Officiel | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
Description | Adds download buttons for tracks on soundcloud.com |
Taille du Fichier | 62.94 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 2022.06.12 |
Dernière Mise à Jour | 2022-06-13 |
Date de Publication | 2021-01-21 |
Évaluation | 4.48/5 Total 65 Évaluations |
Développeur | alina.merkelsz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |