Converter Video

Convert any video file to one of several supported formats (for example, mp4) from your browser!

什麼是Converter Video?

Converter Video是由Steven Sanders開發的Chrome擴展程式,該擴展的主要功能是“Convert any video file to one of several supported formats (for example, mp4) from your browser!”。

擴展截圖

screenshot

下載Converter Video擴展crx文件

下載Converter Video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The "Converter Video" extension allows you to convert any video format to another with ease. The FFmpeg library, which is compiled from the C/C++ language to JavaScript using the Emscripten compiler, is used. Emscripten is a source-to-source compiler that converts native C/C++ instructions to JavaScript. To acquire further information about the Emscripten compiler, see this Wikipedia article.

To use this add-on, just open the app UI and drag a video file to the designated area. Then input your FFmpeg command into the input file and press the Run button. The link to download the video file will be available at the bottom of the UI once the conversion is finished. Please keep in mind that depending on the video size and type of conversion selected, conversion might take some time. In order for you to start working with this add-on, there are some sample commands (as buttons) offered in the app UI that you may utilize.

Because this add-on uses the browser version of FFmpeg, it is slower than desktop applications/libraries. The usage of the extension is simple, however. Simply place it in your browser and it will begin to operate immediately without the need for any extra plugins. It's only suited for simple conversions and has a restricted number on codecs.                    

擴展基本資訊

名稱 Converter Video Converter Video
ID hdncjhhlekgilgcdfaahhiglhcmhohci
官方網址 https://chromewebstore.google.com/detail/converter-video/hdncjhhlekgilgcdfaahhiglhcmhohci
簡介 Convert any video file to one of several supported formats (for example, mp4) from your browser!
檔案大小 6.71 MB
安裝次數 147
目前版本 0.1
更新時間 2022-06-14
上架時間 2022-06-14
評分 4.96/5 共 25 次評分
開發者 Steven Sanders
電子郵箱 [email protected]
付費類型 free
擴展官網 https://worldaddons.com/converter-video/
說明頁面URL https://worldaddons.com/contact/
隱私政策頁面URL https://worldaddons.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Converter Video",
    "short_name": "converter-video",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/converter-video\/",
    "description": "Convert any video file to one of several supported formats (for example, mp4) from your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Converter Video",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}