Video Download Manager

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

Cos'è Video Download Manager?

Video Download Manager è un'estensione di Chrome sviluppata da Monasterio, e la sua funzione principale è "Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Video Download Manager

Scarica i file di estensione Video Download Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Video Download Manager Video Download Manager
ID loeommbdeopocpeggbpamkfaijcngogo
URL Ufficiale https://chrome.google.com/webstore/detail/video-download-manager/loeommbdeopocpeggbpamkfaijcngogo
Descrizione Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…
Dimensione del File 78.9 KB
Conteggio Installazioni 9,000
Versione Corrente 0.0.2
Ultimo Aggiornamento 2021-11-17
Data di Pubblicazione 2021-10-19
Valutazione 4.75/5 Totale 28 Valutazioni
Sviluppatore Monasterio
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://telegra.ph/ToS--Privacy-Policy---NewTabBeach-09-23
Lingue Supportate 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:;"
    }
}