downloadsound.cloud

Download tracks and playlists from SoundCloud.com

downloadsound.cloudとは何ですか?

downloadsound.cloudはhttps://downloadsound.cloudによって開発されたChromeの拡張機能で、その主な機能は「Download tracks and playlists from SoundCloud.com」です。

拡張機能のスクリーンショット

screenshot

downloadsound.cloud拡張機能のCRXファイルをダウンロード

downloadsound.cloud拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 downloadsound.cloud downloadsound.cloud
ID bafobcnpeegipbakjfbffjkokofkncip
公式URL https://chromewebstore.google.com/detail/downloadsoundcloud/bafobcnpeegipbakjfbffjkokofkncip
説明 Download tracks and playlists from SoundCloud.com
ファイルサイズ 22.99 KB
インストール数 6,716
現在のバージョン 0.0.1
最終更新日 2020-12-20
公開日 2020-12-19
評価 4.46/5 合計 13 レビュー
開発者 https://downloadsound.cloud
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://downloadsound.cloud
ヘルプページのURL https://downloadsound.cloud/contact
対応言語 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"
            ]
        }
    ]
}