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
官方網址 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"
    }
}