Video Downloader

Download videos using Video Downloader from websites.

Wat is Video Downloader?

Video Downloader is een Chrome-extensie ontwikkeld door FREE APPS, en de belangrijkste functie is "Download videos using Video Downloader from websites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Video Downloader

Download Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
Officiële URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Beschrijving Download videos using Video Downloader from websites.
Bestandsgrootte 98.95 KB
Aantal Installaties 10,282
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2020-11-07
Beoordeling 3.10/5 Totaal 10 Beoordelingen
Ontwikkelaar FREE APPS
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.smart-finder.net/privacy.html
Ondersteunde Talen 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"
    ]
}