Music downloader

Music downloader - download any audio from any website

Music downloader là gì?

Music downloader là một tiện ích mở rộng Chrome được phát triển bởi Top Downloaders, và tính năng chính của nó là "Music downloader - download any audio from any website".

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

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

                        Download your favorite music, audio, songs and mp3 from the most popular websites.

How to use:
Go to the any website with audio content
Click the Music downloader extension icon Google browser panel or find download button on the page
Select audio file to download

Why this Music downloader?
Unlimited downloads
No ads
No sponsored  links
Supports all popular audio formats
Completely free
Music download starts instantly at your highest speed
Works on all popular multiple operating systems
No need to install additional software



Please be careful not to download too many music files at once, because a website can block you temporarily because of too many downloads (about five minutes).

This is NOT a Youtube Music Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies this extension can not save Youtube Music.                    

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

Tên Music downloader Music downloader
ID cmkmbhibddfjgokeipcjedbhphkmhied
URL Chính Thức https://chromewebstore.google.com/detail/music-downloader/cmkmbhibddfjgokeipcjedbhphkmhied
Mô tả Music downloader - download any audio from any website
Kích Thước Tệp 44.12 KB
Số Lần Cài Đặt 87,035
Phiên Bản Hiện Tại 1.0.0.5
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2022-10-05
Đánh Giá 4.41/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Top Downloaders
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bit.ly/3SlA40W
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "\/img\/icon-32.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "\/img\/icon-128.png",
        "32": "\/img\/icon-32.png",
        "64": "\/img\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "tabs",
        "downloads",
        "storage",
        "cookies",
        "unlimitedStorage",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "js\/sandbox.html"
        ]
    },
    "version": "1.0.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}