MP3 Downloader

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

MP3 Downloaderคืออะไร?

MP3 Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย x-Games.net และคุณลักษณะหลักของมันคือ "Download mp3 music tracks from websites via MP3 Downloader in one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MP3 Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}