Video Downloader Web

An effective utility for allowing you to download all videos from any website!

What is Video Downloader Web?

Video Downloader Web is a Chrome extension developed by Free-loader.net, and its main feature is "An effective utility for allowing you to download all videos from any website!".

Extension Screenshots

screenshot
screenshot

Download Video Downloader Web Extension CRX File

Download Video Downloader Web 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 Web - download any video file into a playlist and take it with yourself across the Web! This is the one of the most popular media video downloader extension in the Chrome Web store on this moment. Get an online downloader, player and playlist in a single package! 

You can experience the convenience of free online video download with the extension very easily. Play the video and click the browser extension button to download it, then save the video in any quality and size, it's that easy.

Video Downloader extension has a very user-friendly interface. With it, you can navigate all sites and download HD videos from your social media accounts. All formats are supported. 100% Free!

Also, you can immediately get the freedom to download every MP4 files you see on the Internet, in different sizes and quality, without getting stuck in the online download traffic.

We will help you save time, immortalize moments and solve your problems.

NOTE:
We suggest to check first media copyright permissions before downloading media files.

The download of YouTube videos to hard drive is locked because of restrictions of the Chrome Store.

We will be glad to see your feedback or suggestions for improving the work of the video downloader extension! Please contact us if you have any problems or suggestions.                    

Extension Basic Information

Name Video Downloader Web Video Downloader Web
ID hnalgjopjinhkjkcbaiffihmakjiopbi
Official URL https://chrome.google.com/webstore/detail/video-downloader-web/hnalgjopjinhkjkcbaiffihmakjiopbi
Description An effective utility for allowing you to download all videos from any website!
File Size 103 KB
Installation Count 300,000
Current Version 1.8.5
Last Updated 2022-09-01
Publish Date 2020-12-13
Rating 3.20/5 Total 166 Ratings
Developer Free-loader.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/free-videos-downloader/privacy-policy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.5",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/download_inactive.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.2.1.min.js",
                "js\/lib\/tools.js",
                "js\/_config.js",
                "js\/content.js",
                "js\/providers\/abstract-provider.js",
                "js\/providers\/xx.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/providers\/fb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/providers\/in.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/providers\/tw.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "js": [
                "js\/providers\/dm.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/providers\/other.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.2.1.min.js",
            "js\/lib\/tools.js",
            "js\/_config.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}