Dusic
Chrome extension for download music from dancering.cn
ما هو Dusic؟
Dusic هو إضافة Chrome تم تطويرها بواسطة poppinlp، والميزة الرئيسية لها هي "Chrome extension for download music from dancering.cn".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dusic
قم بتنزيل ملفات الامتداد Dusic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
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\/" ] } |