Video Downloader

Download videos using Video Downloader from websites.

Cos'è Video Downloader?

Video Downloader è un'estensione di Chrome sviluppata da FREE APPS, e la sua funzione principale è "Download videos using Video Downloader from websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Video Downloader

Scarica i file di estensione Video Downloader 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 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.                    

Informazioni di Base sull'Estensione

Nome Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
URL Ufficiale https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Descrizione Download videos using Video Downloader from websites.
Dimensione del File 98.95 KB
Conteggio Installazioni 10,282
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2020-11-07
Valutazione 3.10/5 Totale 10 Valutazioni
Sviluppatore FREE APPS
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.smart-finder.net/privacy.html
Lingue Supportate 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"
    ]
}