All Video downloader

Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web

What is All Video downloader?

All Video downloader is a Chrome extension developed by WebDev, and its main feature is "Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web".

Extension Screenshots

screenshot
screenshot

Download All Video downloader Extension CRX File

Download All 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

                        Save video from almost any website that is supported by video downloader on your local hard drive. Media Search is a convenient solution to make this.

This Media Downloader for Chrome is NOT a Youtube Downloader. Due to restrictions of the Google Webstore Policies and Developer Program Policies this extension can not download Youtube Videos. Thank you for understanding.
• Movie Downloader for Chrome lets you download multiple versions in HD and SD from many popular video websites.


• Usage
Video Downloader for Chrome allows you to download MP4, MOV, FLV, WEBM - Files, but not streams. No Youtube Downloader.
The button in the browser bar will go blue if Video Downloader for Chrome detects videos files that you can download with this extension On Screenshot you can see that we will display every available video file and format that we detected. Save it to your pc if you want.


After installing, please reload all tabs for Video Downloader for Chrome extension to take effect.                    

Extension Basic Information

Name All Video downloader All Video downloader
ID nmhnnceofjeojandbbbjpkdifpbokehd
Official URL https://chromewebstore.google.com/detail/all-video-downloader/nmhnnceofjeojandbbbjpkdifpbokehd
Description Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web
File Size 139 KB
Installation Count 20,000
Current Version 1.3
Last Updated 2023-08-26
Publish Date 2021-04-15
Rating 2.86/5 Total 29 Ratings
Developer WebDev
Email [email protected]
Payment Type free
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-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.3",
    "name": "__MSG_name__",
    "icons": {
        "128": "\/assets\/images\/icons\/128.png",
        "64": "\/assets\/images\/icons\/64.png",
        "32": "\/assets\/images\/icons\/32.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/helpers\/jquery-3.2.1.min.js",
                "\/assets\/helpers\/tools.js",
                "\/assets\/helpers\/data.js",
                "\/scripts\/help-pr\/com-pr.js",
                "\/scripts\/help-pr\/pr-dm.js",
                "\/scripts\/help-pr\/pr-fb.js",
                "\/scripts\/help-pr\/pr-in.js",
                "\/scripts\/help-pr\/pr-tw.js",
                "\/scripts\/help-pr\/pr-vk.js",
                "\/scripts\/help-pr\/pr-vm.js",
                "\/scripts\/help-pr\/pr-xx.js",
                "\/scripts\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "\/assets\/images\/icons\/32.png",
        "default_title": "__MSG_title__",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest"
    ],
    "background": {
        "service_worker": "\/scripts\/worker.js"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}