All Video downloader

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

Hvad er All Video downloader?

All Video downloader er en Chrome-udvidelse udviklet af WebDev, og dens hovedfunktion er "Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web".

Udvidelsesskærmbilleder

screenshot
screenshot

Download All Video downloader-udvidelses-CRX-fil

Download All Video downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn All Video downloader All Video downloader
ID nmhnnceofjeojandbbbjpkdifpbokehd
Officiel URL https://chromewebstore.google.com/detail/all-video-downloader/nmhnnceofjeojandbbbjpkdifpbokehd
Beskrivelse Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web
Filstørrelse 139 KB
Antal Installationer 20,000
Nuværende Version 1.3
Senest Opdateret 2023-08-26
Udgivelsesdato 2021-04-15
Bedømmelse 2.86/5 Samlet 29 Bedømmelser
Udvikler WebDev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}