Music Downloader

Free download MP3 music from sites where you can listen to it.

Music Downloaderคืออะไร?

Music Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย axenova และคุณลักษณะหลักของมันคือ "Free download MP3 music from sites where you can listen to it."

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

screenshot
screenshot
screenshot
screenshot

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

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