Video Downloader Online

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

Wat is Video Downloader Online?

Video Downloader Online is een Chrome-extensie ontwikkeld door https://onlineloader.net, en de belangrijkste functie is "Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Video Downloader Online

Download Video Downloader Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video Downloader Online Video Downloader Online
ID jglemppahimembneahjbkhjknnefeeio
Officiële URL https://chromewebstore.google.com/detail/video-downloader-online/jglemppahimembneahjbkhjknnefeeio
Beschrijving Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.
Bestandsgrootte 2.4 MB
Aantal Installaties 700,435
Huidige Versie 1.2.8
Laatst Bijgewerkt 2024-01-25
Publicatiedatum 2021-11-16
Beoordeling 4.60/5 Totaal 901 Beoordelingen
Ontwikkelaar https://onlineloader.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://onlineloader.net
URL van de Privacybeleid Pagina https://onlineloader.net/privacy-policy.html
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}