MP3 Downloader
Download mp3 files for free instantly in 1 click.
MP3 Downloaderとは何ですか?
MP3 DownloaderはVikas Singhalによって開発されたChromeの拡張機能で、その主な機能は「Download mp3 files for free instantly in 1 click.」です。
拡張機能のスクリーンショット
MP3 Downloader拡張機能のCRXファイルをダウンロード
MP3 Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download mp3 files for free instantly in 1 click.
拡張機能の基本情報
名前 | |
ID | ecejmjnbclhgcjkgajjolimbkbchapcb |
公式URL | https://chrome.google.com/webstore/detail/mp3-downloader/ecejmjnbclhgcjkgajjolimbkbchapcb |
説明 | Download mp3 files for free instantly in 1 click. |
ファイルサイズ | 19.69 KB |
インストール数 | 3,000 |
現在のバージョン | 1 |
最終更新日 | 2020-06-07 |
公開日 | 2020-06-07 |
評価 | 2.75/5 合計 8 レビュー |
開発者 | Vikas Singhal |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.mp3juices.cc/faq/ |
プライバシーポリシーページのURL | https://www.mycodding.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MP3 Downloader", "manifest_version": 2, "icons": { "192": "192.png", "96": "96.png" }, "version": "1", "content_scripts": [], "browser_action": { "default_title": "MP3 Download", "default_popup": "index.html" }, "permissions": [ "activeTab" ] } |