All Video downloader

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

Qu'est-ce que All Video downloader ?

All Video downloader est une extension Chrome développée par WebDev, et sa fonction principale est "Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension All Video downloader

Téléchargez les fichiers d'extension All Video downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom All Video downloader All Video downloader
ID nmhnnceofjeojandbbbjpkdifpbokehd
URL Officiel 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
Taille du Fichier 139 KB
Nombre d'Installations 20,000
Version Actuelle 1.3
Dernière Mise à Jour 2023-08-26
Date de Publication 2021-04-15
Évaluation 2.86/5 Total 29 Évaluations
Développeur WebDev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}