Video converter online VideoConvertPlus

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

O que é Video converter online VideoConvertPlus?

Video converter online VideoConvertPlus é uma extensão do Chrome desenvolvida por https://www.redcoolmedia.net, e sua principal característica é "Video converter online for MP4, MOV, AVI, WMV, OGG, WMV, DVD and animated-GIF video formats".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video converter online VideoConvertPlus

Baixe arquivos de extensão Video converter online VideoConvertPlus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Video converter online VideoConvertPlus Video converter online VideoConvertPlus
ID fcklncmjdocmnkijcbknajajdleaobcf
URL Oficial https://chromewebstore.google.com/detail/video-converter-online-vi/fcklncmjdocmnkijcbknajajdleaobcf
Descrição Video converter online for MP4, MOV, AVI, WMV, OGG, WMV, DVD and animated-GIF video formats
Tamanho do Arquivo 261 KB
Contagem de Instalações 10,000
Versão Atual 1.6.3
Última Atualização 2023-11-20
Data de Publicação 2020-02-27
Classificação 3.60/5 Total de 40 Avaliações
Desenvolvedor https://www.redcoolmedia.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.redcoolmedia.net/main-cloud-web-applications/web-apps-audio-video/videoconvertplus-video-converter-online-mp4-avi-mov-wmv-dvd-ogg-gif
URL da Página de Política de Privacidade http://www.redcoolmedia.net/index.php/cloud-apps-policy
Idiomas Suportados 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:\/\/*\/*"
    ]
}