Music Downloader

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

Music Downloader là gì?

Music Downloader là một tiện ích mở rộng Chrome được phát triển bởi axenova, và tính năng chính của nó là "Free download MP3 music from sites where you can listen to it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Music Downloader

Tải xuống các tệp mở rộng Music Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
URL Chính Thức https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
Mô tả Free download MP3 music from sites where you can listen to it.
Kích Thước Tệp 85.03 KB
Số Lần Cài Đặt 48,016
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2017-08-21
Ngày Phát Hành 2017-08-20
Đánh Giá 3.43/5 Tổng số 128 Đánh Giá
Nhà Phát Triển axenova
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}