Video Downloader for Chrome

Video Downloader is useful extension for downloading online videos. Download video in just one click.

What is Video Downloader for Chrome?

Video Downloader for Chrome is a Chrome extension developed by Loader app, and its main feature is "Video Downloader is useful extension for downloading online videos. Download video in just one click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Video Downloader for Chrome Extension CRX File

Download Video Downloader for Chrome 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 for Chrome detects all videos on the website and shows them at the popup menu. Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC.

Just click to the needed video file from the list and video will be saved to your pc shortly with the same quality as you see it online. 

Use Video Downloader for free without any registration. Among the other useful features download videos as a file to your PC and gives an opportunity to review it later offline. Save in different available formats and qualities according to your needs.

How to use this Video Downloader?
 - Browse website with the Chrome  browser
 - Click on the Video Downloader icon in the top right of the chrome browser
 - Auto detect videos, and tap the download button in popup
 - Choose which video files you want to download video
 - Done!

Find the favourite video file on popular websites across the opened sources and then click to the extension menu. The list of available files formats will be shown here. Simply click the "Download" button and file will be saved in a few seconds.

With this extension tool, you can download online videos from your favorite websites. You can save the video in original high-definition quality, or get it in standard definition (MP4). The Video Downloader for Chrome extension supports all video formats, including MP4, FLV, F4V, HLV, WEBM, MOV, and MKV.

Run downloaded video later at any time even without an internet connection. Save files and share with friends funny moments. Keep downloaded files on your PC for future watching.

[!] Important information:
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 for Chrome Video Downloader for Chrome
ID fedchalbmgfhdobblebblldiblbmpgdj
Official URL https://chromewebstore.google.com/detail/video-downloader-for-chro/fedchalbmgfhdobblebblldiblbmpgdj
Description Video Downloader is useful extension for downloading online videos. Download video in just one click.
File Size 102 KB
Installation Count 471,286
Current Version 1.4.0
Last Updated 2023-04-14
Publish Date 2022-10-21
Rating 4.27/5 Total 223 Ratings
Developer Loader app
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/videoloader-web/privacy-policy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en_US",
    "version": "1.4.0",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.js",
                "js\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_title": "Video Donwloader",
        "default_icon": "images\/download_inactive.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}