downloadsound.cloud
Download tracks and playlists from SoundCloud.com
Hvad er downloadsound.cloud?
downloadsound.cloud er en Chrome-udvidelse udviklet af https://downloadsound.cloud, og dens hovedfunktion er "Download tracks and playlists from SoundCloud.com".
Udvidelsesskærmbilleder
Download downloadsound.cloud-udvidelses-CRX-fil
Download downloadsound.cloud-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows you to download audio from SoundCloud.com with ease. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bafobcnpeegipbakjfbffjkokofkncip |
| Officiel URL | https://chromewebstore.google.com/detail/downloadsoundcloud/bafobcnpeegipbakjfbffjkokofkncip |
| Beskrivelse | Download tracks and playlists from SoundCloud.com |
| Filstørrelse | 22.99 KB |
| Antal Installationer | 6,716 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2020-12-20 |
| Udgivelsesdato | 2020-12-19 |
| Bedømmelse | 4.46/5 Samlet 13 Bedømmelser |
| Udvikler | https://downloadsound.cloud |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://downloadsound.cloud |
| Hjælpeside-URL | https://downloadsound.cloud/contact |
| Understøttede Sprog | 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"
]
}
]
} | |