Dusic

Chrome extension for download music from dancering.cn

What is Dusic?

Dusic is a Chrome extension developed by poppinlp, and its main feature is "Chrome extension for download music from dancering.cn".

Extension Screenshots

screenshot

Download Dusic Extension CRX File

Download Dusic 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

                        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                    

Extension Basic Information

Name Dusic Dusic
ID akajndmlgahepmljakeecpfjaddemalc
Official URL https://chrome.google.com/webstore/detail/dusic/akajndmlgahepmljakeecpfjaddemalc
Description Chrome extension for download music from dancering.cn
File Size 114 KB
Installation Count 12
Current Version 0.1.0
Last Updated 2016-09-11
Publish Date 2016-09-11
Rating 2.40/5 Total 5 Ratings
Developer poppinlp
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}