MP3 Converter & Downloader

Convert video and audio files to Mp3 format! Support the conversion of local and online media files to MP3 format and add ID3 tags.

MP3 Converter & Downloader là gì?

MP3 Converter & Downloader là một tiện ích mở rộng Chrome được phát triển bởi extfan, và tính năng chính của nó là "Convert video and audio files to Mp3 format! Support the conversion of local and online media files to MP3 format and add ID3 tags.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

This is a fast and high-quality mp3 converter & downloader, which can fast convert video and audio files to mp3 file format; and it can add ID3 tags arbitrarily; support local and web online media files to convert to mp3 format.

Extension main features

Convert multiple media formats to mp3
Support mp4, avi, ogg, m4a, webm, wma, mkv, mov and other formats convert to mp3.

Fast and high-quality convert local media files
You can click the "add button" in the extension, or drag and drop local files to the extension for conversion. After the conversion is complete, the files will be placed in your default download directory.

online conversion
You can copy the media link to the clipboard, then click the "clipboard button" in the extension, the extension will automatically extract the media link from the clipboard and start conversion automatic.
You can also in the web page through the context menu item "Convert media files to mp3", it will automatically parse the media files in the web page, and add to the task list conversion automatic.

flexibility
This extension provides users with amazing flexibility in setting various options. You can seting bit rates, sample rates, channels to convert media files, making the perfect choice to meet your various conversion requirements.

Freely add ID3 tags
You can add various ID3 tags to mp3 files, it provides more than 30 ID3 tags for you to choose from. For example, you can add a favorite cover image to your mp3, record singers, composers, etc.                    

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

Tên MP3 Converter & Downloader MP3 Converter & Downloader
ID ekgllcpppdjkaagfjhdoeacdbihbmban
URL Chính Thức https://chromewebstore.google.com/detail/mp3-converter-downloader/ekgllcpppdjkaagfjhdoeacdbihbmban
Mô tả Convert video and audio files to Mp3 format! Support the conversion of local and online media files to MP3 format and add ID3 tags.
Kích Thước Tệp 3.71 MB
Số Lần Cài Đặt 25,226
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2022-04-26
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển extfan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
Ngôn Ngữ Được Hỗ Trợ en,fr,vi,tr,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.1.2",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "sandbox": {
        "pages": [
            "assets\/decoder\/index.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "css": [],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content\/youtube.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "downloads.shelf",
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}