Dusic

Chrome extension for download music from dancering.cn

Dusic란 무엇입니까?

Dusic은(는) poppinlp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for download music from dancering.cn"입니다.

확장 프로그램 스크린샷

screenshot

Dusic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome extension for download music from dancering.cn

## Usage

1. Install this extension from chrome web store
2. Go to dancering.cn and find the music you want
3. Click the right mouse button and you'll see the "use Dusic to download"

## Github Repo

https://github.com/poppinlp/dancering_crx                    

확장 프로그램 기본 정보

이름 Dusic Dusic
ID akajndmlgahepmljakeecpfjaddemalc
공식 URL https://chrome.google.com/webstore/detail/dusic/akajndmlgahepmljakeecpfjaddemalc
설명 Chrome extension for download music from dancering.cn
파일 크기 114 KB
설치 횟수 12
현재 버전 0.1.0
최근 업데이트 2016-09-11
출시 날짜 2016-09-11
평점 2.40/5 총 5 개의 평점
개발자 poppinlp
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dusic",
    "short_name": "Dusic",
    "description": "Chrome extension for download music from dancering.cn",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": {
            "16": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/base64.js",
            "js\/bg.js"
        ]
    },
    "author": "PoppinL",
    "omnibox": {
        "keyword": "dusic"
    },
    "permissions": [
        "downloads",
        "contextMenus",
        "http:\/\/www.dancering.cn\/"
    ]
}