Music Downloader

Free download MP3 music from sites where you can listen to it.

Music Downloaderとは何ですか?

Music Downloaderはaxenovaによって開発されたChromeの拡張機能で、その主な機能は「Free download MP3 music from sites where you can listen to it.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Music Downloader拡張機能のCRXファイルをダウンロード

Music Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension allows you to download music to the computer that you listen to on the Internet, in the formats MP3, MP4, WAV, OGG.
Very easy to use.
Works safely in incognito mode.                    

拡張機能の基本情報

名前 Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
公式URL https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
説明 Free download MP3 music from sites where you can listen to it.
ファイルサイズ 85.03 KB
インストール数 48,016
現在のバージョン 2.1
最終更新日 2017-08-21
公開日 2017-08-20
評価 3.43/5 合計 128 レビュー
開発者 axenova
支払い方法 free
対応言語 de,en,fr,tr,es,it,sv,ru,uk,ja
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "music-downloader",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "tabs",
        "downloads",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icons\/128.png"
    }
}