Video Downloader

Video Downloader - fast download videos from any webs.

Was ist Video Downloader?

Video Downloader ist eine Chrome-Erweiterung, die von Video Downloader entwickelt wurde, und ihr Hauptmerkmal ist "Video Downloader - fast download videos from any webs.".

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 for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

Grundlegende Informationen zur Erweiterung

Name Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
Offizielle URL https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
Beschreibung Video Downloader - fast download videos from any webs.
Dateigröße 99.32 KB
Installationsanzahl 37,684
Aktuelle Version 2.0.0
Letztes Update 2023-06-11
Veröffentlichungsdatum 2020-05-16
Bewertung 3.39/5 Insgesamt 54 Bewertungen
Entwickler Video Downloader
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}