Video Download Manager

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

Was ist Video Download Manager?

Video Download Manager ist eine Chrome-Erweiterung, die von Monasterio entwickelt wurde, und ihr Hauptmerkmal ist "Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Video Download Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Download Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Video Download Manager Video Download Manager
ID loeommbdeopocpeggbpamkfaijcngogo
Offizielle URL https://chrome.google.com/webstore/detail/video-download-manager/loeommbdeopocpeggbpamkfaijcngogo
Beschreibung Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…
Dateigröße 78.9 KB
Installationsanzahl 9,000
Aktuelle Version 0.0.2
Letztes Update 2021-11-17
Veröffentlichungsdatum 2021-10-19
Bewertung 4.75/5 Insgesamt 28 Bewertungen
Entwickler Monasterio
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://telegra.ph/ToS--Privacy-Policy---NewTabBeach-09-23
Unterstützte Sprachen 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:;"
    }
}