All Video downloader

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

Wat is All Video downloader?

All Video downloader is een Chrome-extensie ontwikkeld door WebDev, en de belangrijkste functie is "Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie All Video downloader

Download All Video downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam All Video downloader All Video downloader
ID nmhnnceofjeojandbbbjpkdifpbokehd
Officiële URL https://chromewebstore.google.com/detail/all-video-downloader/nmhnnceofjeojandbbbjpkdifpbokehd
Beschrijving Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web
Bestandsgrootte 139 KB
Aantal Installaties 20,000
Huidige Versie 1.3
Laatst Bijgewerkt 2023-08-26
Publicatiedatum 2021-04-15
Beoordeling 2.86/5 Totaal 29 Beoordelingen
Ontwikkelaar WebDev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}