SoundCloud Downloader v2
Adds download buttons for tracks on soundcloud.com
Co to jest SoundCloud Downloader v2?
SoundCloud Downloader v2 to rozszerzenie Chrome opracowane przez alina.merkelsz, a jego główną funkcją jest „Adds download buttons for tracks on soundcloud.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SoundCloud Downloader v2
Pobierz pliki rozszerzeń SoundCloud Downloader v2 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fbknbpgcakhanbhcogebgfbapkgcdloh |
Oficjalny URL | https://chrome.google.com/webstore/detail/soundcloud-downloader-v2/fbknbpgcakhanbhcogebgfbapkgcdloh |
Opis | Adds download buttons for tracks on soundcloud.com |
Rozmiar pliku | 62.94 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 2022.06.12 |
Ostatnia Aktualizacja | 2022-06-13 |
Data Publikacji | 2021-01-21 |
Ocena | 4.48/5 Łącznie 65 Oceny |
Deweloper | alina.merkelsz |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |