Dusic

Chrome extension for download music from dancering.cn

Hvad er Dusic?

Dusic er en Chrome-udvidelse udviklet af poppinlp, og dens hovedfunktion er "Chrome extension for download music from dancering.cn".

Udvidelsesskærmbilleder

screenshot

Download Dusic-udvidelses-CRX-fil

Download Dusic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Dusic Dusic
ID akajndmlgahepmljakeecpfjaddemalc
Officiel URL https://chrome.google.com/webstore/detail/dusic/akajndmlgahepmljakeecpfjaddemalc
Beskrivelse Chrome extension for download music from dancering.cn
Filstørrelse 114 KB
Antal Installationer 12
Nuværende Version 0.1.0
Senest Opdateret 2016-09-11
Udgivelsesdato 2016-09-11
Bedømmelse 2.40/5 Samlet 5 Bedømmelser
Udvikler poppinlp
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}