downloadsound.cloud
Download tracks and playlists from SoundCloud.com
Was ist downloadsound.cloud?
downloadsound.cloud ist eine Chrome-Erweiterung, die von https://downloadsound.cloud entwickelt wurde, und ihr Hauptmerkmal ist "Download tracks and playlists from SoundCloud.com".
Erweiterungsscreenshots
downloadsound.cloud-Erweiterungs-CRX-Datei herunterladen
Laden Sie downloadsound.cloud-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 extension allows you to download audio from SoundCloud.com with ease. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bafobcnpeegipbakjfbffjkokofkncip |
| Offizielle URL | https://chromewebstore.google.com/detail/downloadsoundcloud/bafobcnpeegipbakjfbffjkokofkncip |
| Beschreibung | Download tracks and playlists from SoundCloud.com |
| Dateigröße | 22.99 KB |
| Installationsanzahl | 6,716 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2020-12-20 |
| Veröffentlichungsdatum | 2020-12-19 |
| Bewertung | 4.46/5 Insgesamt 13 Bewertungen |
| Entwickler | https://downloadsound.cloud |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://downloadsound.cloud |
| Hilfeseite URL | https://downloadsound.cloud/contact |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "downloadsound.cloud",
"author": "downloadsound.cloud",
"version": "0.0.1",
"description": "Download tracks and playlists from SoundCloud.com",
"manifest_version": 2,
"minimum_chrome_version": "74",
"icons": {
"512": "icon.png"
},
"background": {
"persistent": false,
"scripts": [
"browser-polyfill.min.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.soundcloud.com\/*"
],
"js": [
"content.js"
]
}
]
} | |