Converter Video

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

Converter Video क्या है?

Converter Video Steven Sanders द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert any video file to one of several supported formats (for example, mp4) from your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Converter Video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}