Video Downloader

Video Downloader - fast download videos from any webs.

Qu'est-ce que Video Downloader ?

Video Downloader est une extension Chrome développée par Video Downloader, et sa fonction principale est "Video Downloader - fast download videos from any webs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Downloader

Téléchargez les fichiers d'extension 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

                        Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

Informations de Base sur l'Extension

Nom Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
URL Officiel https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
Description Video Downloader - fast download videos from any webs.
Taille du Fichier 99.32 KB
Nombre d'Installations 37,684
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-06-11
Date de Publication 2020-05-16
Évaluation 3.39/5 Total 54 Évaluations
Développeur Video Downloader
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}