Video converter online VideoConvertPlus

Video converter online for MP4, MOV, AVI, WMV, OGG, WMV, DVD and animated-GIF video formats

¿Qué es Video converter online VideoConvertPlus?

Video converter online VideoConvertPlus es una extensión de Chrome desarrollada por https://www.redcoolmedia.net, y su función principal es "Video converter online for MP4, MOV, AVI, WMV, OGG, WMV, DVD and animated-GIF video formats".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video converter online VideoConvertPlus

Descarga archivos de extensión Video converter online VideoConvertPlus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension is a video converter to convert video formats between each other. It allows users to upload their videos to be automatically converted to the video format chosen by the users. It is based on the tool ffmpeg and HandBrake. HandBrake is used to convert any MOV related video file. The rest of the video formats are converted using FFMPEG online. 

In addition to the video conversion functionality, the videos converted remained in a cloud space area from where the users can download them or delete them. 

Moreover, if the video format chosen for conversion is MP4, VideoConvertPlus adds an option to import such MP4 videos to the online movie maker MovieStudio. This app, a movie maker online, allows to edit the video, add texts, images and audios in different video layers. Refer to the RedcoolMedia MovieStudio documentation for further details.                    

Información Básica de la Extensión

Nombre Video converter online VideoConvertPlus Video converter online VideoConvertPlus
ID fcklncmjdocmnkijcbknajajdleaobcf
URL Oficial https://chromewebstore.google.com/detail/video-converter-online-vi/fcklncmjdocmnkijcbknajajdleaobcf
Descripción Video converter online for MP4, MOV, AVI, WMV, OGG, WMV, DVD and animated-GIF video formats
Tamaño del Archivo 261 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.6.3
Última Actualización 2023-11-20
Fecha de Publicación 2020-02-27
Calificación 3.60/5 Total de 40 Calificaciones
Desarrollador https://www.redcoolmedia.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.redcoolmedia.net/main-cloud-web-applications/web-apps-audio-video/videoconvertplus-video-converter-online-mp4-avi-mov-wmv-dvd-ogg-gif
URL de la Página de Política de Privacidad http://www.redcoolmedia.net/index.php/cloud-apps-policy
Idiomas Soportados de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "1.6.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "options_page": "settings.html",
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "background": {
        "service_worker": "service.js"
    },
    "permissions": [
        "storage",
        "webRequest",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}