Video Download Manager

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

Co to jest Video Download Manager?

Video Download Manager to rozszerzenie Chrome opracowane przez Monasterio, a jego główną funkcją jest „Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Video Download Manager

Pobierz pliki rozszerzeń Video Download Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Download Manager Video Download Manager
ID loeommbdeopocpeggbpamkfaijcngogo
Oficjalny URL https://chrome.google.com/webstore/detail/video-download-manager/loeommbdeopocpeggbpamkfaijcngogo
Opis Video Download Manager is a Chrome browser extension that allows you to download videos from different websites smoothly and…
Rozmiar pliku 78.9 KB
Liczba instalacji 9,000
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2021-11-17
Data Publikacji 2021-10-19
Ocena 4.75/5 Łącznie 28 Oceny
Deweloper Monasterio
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://telegra.ph/ToS--Privacy-Policy---NewTabBeach-09-23
Obsługiwane Języki 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:;"
    }
}