Video Downloader

Download videos using Video Downloader from websites.

Was ist Video Downloader?

Video Downloader ist eine Chrome-Erweiterung, die von FREE APPS entwickelt wurde, und ihr Hauptmerkmal ist "Download videos using Video Downloader from websites.".

Erweiterungsscreenshots

screenshot
screenshot

Video Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
Offizielle URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Beschreibung Download videos using Video Downloader from websites.
Dateigröße 98.95 KB
Installationsanzahl 10,282
Aktuelle Version 1.1.1
Letztes Update 2023-03-23
Veröffentlichungsdatum 2020-11-07
Bewertung 3.10/5 Insgesamt 10 Bewertungen
Entwickler FREE APPS
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.smart-finder.net/privacy.html
Unterstützte Sprachen 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"
    ]
}