Video Download Manager

Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…

Qu'est-ce que Video Download Manager ?

Video Download Manager est une extension Chrome développée par Monasterio, et sa fonction principale est "Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Download Manager

Téléchargez les fichiers d'extension Video Download Manager 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 Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and without overhead. 

Its features:

   ▶️  Easy to use: download videos of your choice just with a couple of clicks
   ▶️  Multiple websites: this extension supports  platforms and lets you download videos from your favorite websites
   ▶️  Free: this extension does not require any kind of paid subscription in order to work                    

Informations de Base sur l'Extension

Nom Video Download Manager Video Download Manager
ID loeommbdeopocpeggbpamkfaijcngogo
URL Officiel https://chrome.google.com/webstore/detail/video-download-manager/loeommbdeopocpeggbpamkfaijcngogo
Description Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…
Taille du Fichier 78.9 KB
Nombre d'Installations 9,000
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-11-17
Date de Publication 2021-10-19
Évaluation 4.75/5 Total 28 Évaluations
Développeur Monasterio
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://telegra.ph/ToS--Privacy-Policy---NewTabBeach-09-23
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Download Manager",
    "version": "0.0.2",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js",
                "content_js\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;"
    }
}