downloadsound.cloud

Download tracks and playlists from SoundCloud.com

Qu'est-ce que downloadsound.cloud ?

downloadsound.cloud est une extension Chrome développée par https://downloadsound.cloud, et sa fonction principale est "Download tracks and playlists from SoundCloud.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension downloadsound.cloud

Téléchargez les fichiers d'extension downloadsound.cloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension allows you to download audio from SoundCloud.com with ease.                    

Informations de Base sur l'Extension

Nom downloadsound.cloud downloadsound.cloud
ID bafobcnpeegipbakjfbffjkokofkncip
URL Officiel https://chromewebstore.google.com/detail/downloadsoundcloud/bafobcnpeegipbakjfbffjkokofkncip
Description Download tracks and playlists from SoundCloud.com
Taille du Fichier 22.99 KB
Nombre d'Installations 6,716
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-12-20
Date de Publication 2020-12-19
Évaluation 4.46/5 Total 13 Évaluations
Développeur https://downloadsound.cloud
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://downloadsound.cloud
URL de la Page d'Aide https://downloadsound.cloud/contact
Langues Prises en Charge 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"
            ]
        }
    ]
}