Dusic
Chrome extension for download music from dancering.cn
Dusicとは何ですか?
Dusicはpoppinlpによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for download music from dancering.cn」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/" ] } |