MP3 Downloader
MP3 Downloader app downloads mp3 music from websites.
MP3 Downloaderとは何ですか?
MP3 DownloaderはMP3 Toolsによって開発されたChromeの拡張機能で、その主な機能は「MP3 Downloader app downloads mp3 music from websites.」です。
拡張機能のスクリーンショット
MP3 Downloader拡張機能のCRXファイルをダウンロード
MP3 Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        MP3 Downloader can download music tracks in mp3 format from most websites. 
Instructions:
- Click to icon on the current page for display popup.
- In the popup is showing mp3 files from current page. 
- Click to downloading one song or download all files. 
- You can playing mp3 in popup.
Notice:
MP3 Downloader is not responsible for media content which you download. We recommended to check media copyright permissions. Download of Youtube m3p to HDD is is intentionally locked.                     拡張機能の基本情報
| 名前 |   |  
| ID | dklpoegflpcjifjkecojebbpahjmakgp | 
| 公式URL | https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp | 
| 説明 | MP3 Downloader app downloads mp3 music from websites. | 
| ファイルサイズ | 110 KB | 
| インストール数 | 1,000 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2023-10-02 | 
| 公開日 | 2023-10-01 | 
| 評価 | 4.50/5 合計 2 レビュー | 
| 開発者 | MP3 Tools | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "MP3 Downloader",
    "description": "MP3 Downloader app downloads mp3 music from websites.",
    "permissions": [
        "downloads",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}  |  |