Video Downloader

Download videos using Video Downloader from websites.

Co to jest Video Downloader?

Video Downloader to rozszerzenie Chrome opracowane przez FREE APPS, a jego główną funkcją jest „Download videos using Video Downloader from websites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Video Downloader

Pobierz pliki rozszerzeń Video Downloader 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 Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
Oficjalny URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Opis Download videos using Video Downloader from websites.
Rozmiar pliku 98.95 KB
Liczba instalacji 10,282
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-03-23
Data Publikacji 2020-11-07
Ocena 3.10/5 Łącznie 10 Oceny
Deweloper FREE APPS
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.smart-finder.net/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}