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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}