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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 MP3 Downloader MP3 Downloader
ID dklpoegflpcjifjkecojebbpahjmakgp
官方網址 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
電子郵箱 [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"
    }
}