MConverter - File Converter: AVIF, JXL, WebP

Easily convert files in bulk. Most video, audio, image, e-book, office, archive & subtitle formats supported. Minecraft files too.

What is MConverter - File Converter: AVIF, JXL, WebP?

MConverter - File Converter: AVIF, JXL, WebP is a Chrome extension developed by https://mconverter.eu, and its main feature is "Easily convert files in bulk. Most video, audio, image, e-book, office, archive & subtitle formats supported. Minecraft files too.".

Extension Screenshots

screenshot
screenshot
screenshot

Download MConverter - File Converter: AVIF, JXL, WebP Extension CRX File

Download MConverter - File Converter: AVIF, JXL, WebP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension features:
➡Right-click on most images, videos, and audio players to extract their displayed files and convert them. For example, you can right-click on WebP images and save as JPG by quickly converting them.*
➡Click the toolbar icon to see all "from" and "to" formats
➡Start typing "Convert ..." or "Convert to ..." in the address bar and you will see a list of file formats as suggestions. Click or hit Enter on any of them to quickly convert that type of files.

MConverter web app features:
✓ Convert files between most video, audio, image, e-book, office & archive formats
✓ Batch convert large files up to 2 GB**
✓ Drag and drop folders, in addition to files
✓ Use Ctrl+V to paste files from the clipboard, folders too
✓ Select files from Google Drive, Microsoft OneDrive, and Dropbox
✓ Easy to use
✓ Small app size - as MConverter is an optimized web app (PWA)
✓ All popular file formats are supported
✓ New formats are also available: AVIF, JPEG XL and WebP images
✓ Compress PDF files in bulk so that they take up less storage. Pick between basic, strong, and extreme compression: up to 90% reduction in size, depending on your file
✓ Free up space by converting images to more efficient formats like WebP, AVIF, JPEG XL (JXL)
✓ Open 7ZIP, RAR archives more easily by converting them to ZIP
✓ Convert Office files, no matter if they were created with Microsoft or LibreOffice
✓ PDF support: convert images to PDF (JPEG to PDF, PNG to PDF), but also export Word documents, Excel spreadsheets, and PowerPoint presentations to PDF
✓ Export PDF to editable Word document: if the original PDF file had text data, then you will be able to edit the converted DOC or DOCX file
✓ Export PDF to image: PDF to JPG, PDF to TIFF, and more
✓ Can convert CSV to XLSX (Excel spreadsheet)
✓ Extract music from video by converting MP4 to MP3, AVI to MP3, FLV to MP3 etc.
✓ High quality audio formats supported: FLAC, WAV and WMA; To free up space, convert to MP3 or AAC
✓ Create GIF animations from videos: up to 1 minute long GIFs
✓ Optimize GIF animations to have a smaller file size: convert GIF to MP4 video
✓ In addition to static images, MConverter also supports making animated WebP files, as well as converting WebP animations to a video format or GIF
✓ Open iPhone photos: convert HEIC to JPG, HEIC to PNG, HEIC to WebP and more
✓ Extract image frames from videos: MP4 to JPG, MP4 to PNG, AVI to PNG etc.
✓ Convert to more compatible formats: WebP to PNG, WebP to JPEG, WebM to MP4, DOCX to DOC and others
✓ Convert Minecraft game files: mcaddon, mcpack, mcworld, and mctemplate
✓ Subtitles (closed captions) converter: SRT, SMI (SAMI), SUB (MicroDVD)
✓ Optimized for Chromebook (ChromeOS)
✓ .tini to zip file converter: convert ChromeOS Crostini Linux container backups to other archive formats
✓ View .drawio diagrams: convert .drawio to PDF, PNG images
✓ Comic book converter: CBR, CBZ to PDF
✓ Raw image formats from professional cameras: convert ARW/DNG/CR3 to JPEG, PSD and more
✓ Recognize and open unknown file types: If you have a file with a missing or corrupted filename extension, MConverter will analyze the file, try to guess its real format and offer to convert it to other formats you can already use on your device. Ideal for files which trigger the "How do you want to open this file? Look for an app in the Microsoft Store." popup dialog on Windows.

✓ Supported formats:
To see all supported file formats, please open the extension from the toolbar.


* The MConverter extension cannot download videos from YouTube, because it is against the Terms of Use of YouTube. We cannot do anything about this.
** MConverter Plus and Pro let you convert files over 100 MB and in batches of more than 2 items, up to 750 files at once. The paid versions of the file converter also remove all ads and the daily conversion limit, while allowing you to keep your original file names.


MConverter is sometimes misspelled by people as MConvertor or file convertor.                    

Extension Basic Information

Name MConverter - File Converter: AVIF, JXL, WebP MConverter - File Converter: AVIF, JXL, WebP
ID hpjdhhlocahjkhhmcdfbggiegokpljgf
Official URL https://chromewebstore.google.com/detail/mconverter-file-converter/hpjdhhlocahjkhhmcdfbggiegokpljgf
Description Easily convert files in bulk. Most video, audio, image, e-book, office, archive & subtitle formats supported. Minecraft files too.
File Size 25.83 KB
Installation Count 20,000
Current Version 0.5.4
Last Updated 2024-02-07
Publish Date 2021-10-11
Rating 4.09/5 Total 90 Ratings
Developer https://mconverter.eu
Email [email protected]
Payment Type free
Extension Website https://mconverter.eu/
Privacy Policy Page URL https://mconverter.eu
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MConverter - File Converter: AVIF, JXL, WebP",
    "short_name": "MConverter - File Converter",
    "version": "0.5.4",
    "description": "Easily convert files in bulk. Most video, audio, image, e-book, office, archive & subtitle formats supported. Minecraft files too.",
    "icons": {
        "512": "icon\/512.png"
    },
    "homepage_url": "https:\/\/mconverter.eu\/?utm_source=extension-chrome&utm_medium=ext-info",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "config\/browser.js",
            "config\/formats.js",
            "background\/context-menus.js",
            "background\/omnibox.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/mconverter.eu\/"
    ],
    "optional_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mconverter.eu\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "MConverter: See supported file formats"
    },
    "omnibox": {
        "keyword": "convert"
    }
}