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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}