Dusic
Chrome extension for download music from dancering.cn
Wat is Dusic?
Dusic is een Chrome-extensie ontwikkeld door poppinlp, en de belangrijkste functie is "Chrome extension for download music from dancering.cn".
Extensie Screenshots
Download het CRX-bestand van de extensie Dusic
Download Dusic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | akajndmlgahepmljakeecpfjaddemalc |
Officiële URL | https://chrome.google.com/webstore/detail/dusic/akajndmlgahepmljakeecpfjaddemalc |
Beschrijving | Chrome extension for download music from dancering.cn |
Bestandsgrootte | 114 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-09-11 |
Publicatiedatum | 2016-09-11 |
Beoordeling | 2.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | poppinlp |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |