Video Downloader Online

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

What is Video Downloader Online?

Video Downloader Online is a Chrome extension developed by https://onlineloader.net, and its main feature is "Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.".

Extension Screenshots

screenshot
screenshot

Download Video Downloader Online Extension CRX File

Download Video Downloader Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Video Downloader Online Video Downloader Online
ID jglemppahimembneahjbkhjknnefeeio
Official URL https://chromewebstore.google.com/detail/video-downloader-online/jglemppahimembneahjbkhjknnefeeio
Description Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.
File Size 2.4 MB
Installation Count 700,435
Current Version 1.2.8
Last Updated 2024-01-25
Publish Date 2021-11-16
Rating 4.60/5 Total 901 Ratings
Developer https://onlineloader.net
Email [email protected]
Payment Type free
Extension Website http://onlineloader.net
Privacy Policy Page URL https://onlineloader.net/privacy-policy.html
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}