downloadsound.cloud
Download tracks and playlists from SoundCloud.com
Wat is downloadsound.cloud?
downloadsound.cloud is een Chrome-extensie ontwikkeld door https://downloadsound.cloud, en de belangrijkste functie is "Download tracks and playlists from SoundCloud.com".
Extensie Screenshots
Download het CRX-bestand van de extensie downloadsound.cloud
Download downloadsound.cloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to download audio from SoundCloud.com with ease. Basisinformatie over de Extensie
| Naam | |
| ID | bafobcnpeegipbakjfbffjkokofkncip |
| Officiële URL | https://chromewebstore.google.com/detail/downloadsoundcloud/bafobcnpeegipbakjfbffjkokofkncip |
| Beschrijving | Download tracks and playlists from SoundCloud.com |
| Bestandsgrootte | 22.99 KB |
| Aantal Installaties | 6,716 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2020-12-20 |
| Publicatiedatum | 2020-12-19 |
| Beoordeling | 4.46/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://downloadsound.cloud |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://downloadsound.cloud |
| Help Pagina-URL | https://downloadsound.cloud/contact |
| Ondersteunde Talen | 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"
]
}
]
} | |