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
官方網址 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\/"
    ]
}