Video Downloader Online

Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.

O que é Video Downloader Online?

Video Downloader Online é uma extensão do Chrome desenvolvida por https://onlineloader.net, e sua principal característica é "Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Downloader Online

Baixe arquivos de extensão Video Downloader Online 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

                        Video Downloader Online is a powerful media utility to save videos from popular video hubs. It's exactly what you are waiting for. This is the easiest and fastest way to download online video from mainstream websites.

You can save any video from almost any website that is supported by our video downloader on your local hard drive. It can save videos of any formats, including MP4, FLV, f4v, hlv, webm, mov, mkv, and etc.

How to use?
1. Install the extension and open a web page with a video.
2. Click the extension icon (in the top right of the Chrome browser).
3. In the pop-up window, select the video you want to download – and it will be saved to your device in the best quality available. 
4. Done!

Take videos with yourself and run it offline at any time. Training videos from Instagram or jokes from Facebook, exciting travels from Vimeo or even entertainment for the dates from Twitter, all these and even more are available now for online downloading. Be ready for any move with the collection of downloaded videos.

After installing the extension, please reload the tab from which you want to save the video so that the video downloader can recognize the video file!

It allows you to keep your favorite live streams! You can now save live streams to your hard drive! It allows you to keep the live show you love.

Upon landing on a webpage housing m3u8 files, Video Saver auto-detects available m3u8 files for download. A simple click on the Video Downloader extension icon situated at the top right of Chrome kicks off the download.

Warning
Video downloader is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

Informações Básicas da Extensão

Nome Video Downloader Online Video Downloader Online
ID jglemppahimembneahjbkhjknnefeeio
URL Oficial https://chromewebstore.google.com/detail/video-downloader-online/jglemppahimembneahjbkhjknnefeeio
Descrição Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.
Tamanho do Arquivo 2.4 MB
Contagem de Instalações 700,435
Versão Atual 1.2.8
Última Atualização 2024-01-25
Data de Publicação 2021-11-16
Classificação 4.60/5 Total de 901 Avaliações
Desenvolvedor https://onlineloader.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://onlineloader.net
URL da Página de Política de Privacidade https://onlineloader.net/privacy-policy.html
Idiomas Suportados id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.8",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "64": "assets\/icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}