MP3 Downloader

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

MP3 Downloader là gì?

MP3 Downloader là một tiện ích mở rộng Chrome được phát triển bởi x-Games.net, và tính năng chính của nó là "Download mp3 music tracks from websites via MP3 Downloader in one click.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng MP3 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

                        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.                    

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

Tên MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
URL Chính Thức https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Mô tả Download mp3 music tracks from websites via MP3 Downloader in one click.
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 9,242
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-11-16
Ngày Phát Hành 2020-11-16
Đánh Giá 2.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển x-Games.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.x-games.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}