downloadsound.cloud
Download tracks and playlists from SoundCloud.com
What is downloadsound.cloud?
downloadsound.cloud is a Chrome extension developed by https://downloadsound.cloud, and its main feature is "Download tracks and playlists from SoundCloud.com".
Extension Screenshots
Download downloadsound.cloud Extension CRX File
Download downloadsound.cloud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to download audio from SoundCloud.com with ease.
Extension Basic Information
Name | downloadsound.cloud |
ID | bafobcnpeegipbakjfbffjkokofkncip |
Official URL | https://chromewebstore.google.com/detail/downloadsoundcloud/bafobcnpeegipbakjfbffjkokofkncip |
Description | Download tracks and playlists from SoundCloud.com |
File Size | 22.99 KB |
Installation Count | 6,716 |
Current Version | 0.0.1 |
Last Updated | 2020-12-20 |
Publish Date | 2020-12-19 |
Rating | 4.46/5 Total 13 Ratings |
Developer | https://downloadsound.cloud |
[email protected] | |
Payment Type | free |
Extension Website | https://downloadsound.cloud |
Help Page URL | https://downloadsound.cloud/contact |
Supported Languages | 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" ] } ] } |