Web Video Downloader

Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.

What is Web Video Downloader?

Web Video Downloader is a Chrome extension developed by Web Downloader, and its main feature is "Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Web Video Downloader Extension CRX File

Download Web Video Downloader 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

                        Effective video downloader for your browser! Absolutely Free!

Our extension provides you with an easier way to find out where the real media file is located on the server, which can be downloaded to your device. Once detected, a digital mark is displayed on the extension icon indicating that the media file is available for download.

This is the most popular video downloader extension on the Chrome Web Store. You can try the "Web Video Downloader" and notice the difference with other analogues!

With our Video Downloader you will have this features:

✔️ Download: MP4, MOV, FLV, AVI, WEBM, ASF, MPG and many other media files.
✔️ Allows you to skip annoying ads, now you no longer have to watch ads or boring content.
✔️ Save multiple videos at once.

Use Web Video Downloader for free without any registration. Among the other useful features saves 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.

Important: 
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 will be glad to see your comment for our Video Downloader extension in the section "Reviews". Feel free to share Web video downloader with your friends in social networks.                    

Extension Basic Information

Name Web Video Downloader Web Video Downloader
ID odecbmmehabeloobkgokmfgldaegiflc
Official URL https://chrome.google.com/webstore/detail/web-video-downloader/odecbmmehabeloobkgokmfgldaegiflc
Description Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.
File Size 206 KB
Installation Count 700,000
Current Version 1.1.13
Last Updated 2022-07-11
Publish Date 2020-05-31
Rating 3.56/5 Total 919 Ratings
Developer Web Downloader
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/web-video-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,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.13",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png"
    },
    "browser_action": {
        "default_icon": "\/img\/32.png",
        "default_popup": "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\/share-modal.js"
            ],
            "css": [
                "\/css\/btns.css",
                "\/css\/share-modal.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.2.1.min.js",
            "\/js\/lib\/tools.js",
            "\/js\/_config.js",
            "\/js\/background.js",
            "\/js\/share-modal.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}