Dusic

Chrome extension for download music from dancering.cn

什么是Dusic?

Dusic是由poppinlp开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for download music from dancering.cn”。

扩展截图

screenshot

下载Dusic扩展crx文件

下载Dusic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}