Video Downloader Web

An effective utility for allowing you to download all videos from any website!

Was ist Video Downloader Web?

Video Downloader Web ist eine Chrome-Erweiterung, die von Free-loader.net entwickelt wurde, und ihr Hauptmerkmal ist "An effective utility for allowing you to download all videos from any website!".

Erweiterungsscreenshots

screenshot
screenshot

Video Downloader Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Downloader Web-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 Web - download any video file into a playlist and take it with yourself across the Web! This is the one of the most popular media video downloader extension in the Chrome Web store on this moment. Get an online downloader, player and playlist in a single package! 

You can experience the convenience of free online video download with the extension very easily. Play the video and click the browser extension button to download it, then save the video in any quality and size, it's that easy.

Video Downloader extension has a very user-friendly interface. With it, you can navigate all sites and download HD videos from your social media accounts. All formats are supported. 100% Free!

Also, you can immediately get the freedom to download every MP4 files you see on the Internet, in different sizes and quality, without getting stuck in the online download traffic.

We will help you save time, immortalize moments and solve your problems.

NOTE:
We suggest to check first media copyright permissions before downloading media files.

The download of YouTube videos to hard drive is locked because of restrictions of the Chrome Store.

We will be glad to see your feedback or suggestions for improving the work of the video downloader extension! Please contact us if you have any problems or suggestions.                    

Grundlegende Informationen zur Erweiterung

Name Video Downloader Web Video Downloader Web
ID hnalgjopjinhkjkcbaiffihmakjiopbi
Offizielle URL https://chrome.google.com/webstore/detail/video-downloader-web/hnalgjopjinhkjkcbaiffihmakjiopbi
Beschreibung An effective utility for allowing you to download all videos from any website!
Dateigröße 103 KB
Installationsanzahl 300,000
Aktuelle Version 1.8.5
Letztes Update 2022-09-01
Veröffentlichungsdatum 2020-12-13
Bewertung 3.20/5 Insgesamt 166 Bewertungen
Entwickler Free-loader.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/free-videos-downloader/privacy-policy
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.5",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/download_inactive.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.2.1.min.js",
                "js\/lib\/tools.js",
                "js\/_config.js",
                "js\/content.js",
                "js\/providers\/abstract-provider.js",
                "js\/providers\/xx.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/providers\/fb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/providers\/in.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/providers\/tw.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "js": [
                "js\/providers\/dm.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/providers\/other.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.2.1.min.js",
            "js\/lib\/tools.js",
            "js\/_config.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}