Dusic

Chrome extension for download music from dancering.cn

Vad är Dusic?

Dusic är en Chrome-tillägg utvecklad av poppinlp, och dess huvudfunktion är "Chrome extension for download music from dancering.cn".

Tilläggsskärmbilder

screenshot

Ladda ner Dusic-förlängningens CRX-fil

Ladda ner Dusic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Dusic Dusic
ID akajndmlgahepmljakeecpfjaddemalc
Officiell webbadress https://chrome.google.com/webstore/detail/dusic/akajndmlgahepmljakeecpfjaddemalc
Beskrivning Chrome extension for download music from dancering.cn
Filstorlek 114 KB
Antal Installationer 12
Aktuell Version 0.1.0
Senast Uppdaterad 2016-09-11
Publiceringsdatum 2016-09-11
Betyg 2.40/5 Totalt 5 Betyg
Utvecklare poppinlp
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}