MP3 Downloader

MP3 Downloader app downloads mp3 music from websites.

MP3 Downloaderคืออะไร?

MP3 Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MP3 Tools และคุณลักษณะหลักของมันคือ "MP3 Downloader app downloads mp3 music from websites."

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

screenshot

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

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