Video Converter

Convert any video file to selected formats (i.e. mp4) inside your browser!

Video Converter là gì?

Video Converter là một tiện ích mở rộng Chrome được phát triển bởi loora, và tính năng chính của nó là "Convert any video file to selected formats (i.e. mp4) inside your browser!".

Ả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 Video Converter

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

                        Video Converter extension helps you easily convert any video format to another (for example, WEBM to MP4). It uses the FFmpeg library which is compiled from C/C++ language to JavaScript with Emscripten compiler. Emscripten is a source-to-source compiler that can compile native C/C++ codes to JavaScript language. Please read this Wikipedia page to get more info about the Emscripten compiler.

To work with this add-on, just open the app UI and drag a video file to the designated area in the app. Then, type your FFmpeg command in the input file and press the - Run - button. Once the conversion is done, the link to download the video file will be available at the bottom of the UI. Please note that conversion may take some time depending on the video size and also the type of conversion that you choose. There are some sample commands available in the app UI (as buttons) which you can use to start working with this add-on.

Note: Since this add-on runs FFmpeg in the browser, it runs slower than the native FFmpeg applications/library. However, using the add-on is very easy. Simply add it to your browser and it starts to work without any additional plugins. It is only suitable for simple conversions and has a limited number of codecs.

Note: This add-on is specifically designed for "video" conversion. If you want to convert an "audio" file, please use my other add-on Audio Converter (https://chrome.google.com/webstore/detail/audio-converter/ahmgleafdlnihcbfdifidfdanbfhnjhc).

If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/video-converter.html).                    

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

Tên Video Converter Video Converter
ID icmgolelmdmakliojggoobcjdbdkpipd
URL Chính Thức https://chromewebstore.google.com/detail/video-converter/icmgolelmdmakliojggoobcjdbdkpipd
Mô tả Convert any video file to selected formats (i.e. mp4) inside your browser!
Kích Thước Tệp 6.6 MB
Số Lần Cài Đặt 8,083
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2020-01-07
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển loora
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/video-converter.html
URL Trang Trợ Giúp https://mybrowseraddon.com/video-converter.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Video Converter",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/video-converter.html",
    "description": "Convert any video file to selected formats (i.e. mp4) inside your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Video Converter",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}