MP3 Downloader

Download mp3 music tracks from websites via MP3 Downloader in one click.

什麼是MP3 Downloader?

MP3 Downloader是由x-Games.net開發的Chrome擴展程式,該擴展的主要功能是“Download mp3 music tracks from websites via MP3 Downloader in one click.”。

擴展截圖

screenshot
screenshot

下載MP3 Downloader擴展crx文件

下載MP3 Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        MP3 Downloader allows comfortably and fast download mp3 music tracks from websites in just one click.
 
You click on the icon of the extension in your browser. MP3 files will display to you from current website and you can begin download the music tracks to your hard drive. You can play the song before downloading. 

This MP3 Downloader is not responsible for media content which you download. You should check media copyright permissions on website.                    

擴展基本資訊

名稱 MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
官方網址 https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
簡介 Download mp3 music tracks from websites via MP3 Downloader in one click.
檔案大小 107 KB
安裝次數 9,242
目前版本 1.0.0
更新時間 2020-11-16
上架時間 2020-11-16
評分 2.70/5 共 10 次評分
開發者 x-Games.net
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.x-games.net/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "MP3 Downloader",
    "description": "Download mp3 music tracks from websites via MP3 Downloader in one click.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}