Video Downloader for Chrome

Video Downloader is useful extension for downloading online videos. Download video in just one click.

Was ist Video Downloader for Chrome?

Video Downloader for Chrome ist eine Chrome-Erweiterung, die von Loader app entwickelt wurde, und ihr Hauptmerkmal ist "Video Downloader is useful extension for downloading online videos. Download video in just one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Video Downloader for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Downloader for Chrome-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 Chrome detects all videos on the website and shows them at the popup menu. Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC.

Just click to the needed video file from the list and video will be saved to your pc shortly with the same quality as you see it online. 

Use Video Downloader for free without any registration. Among the other useful features download videos as a file to your PC and gives an opportunity to review it later offline. Save in different available formats and qualities according to your needs.

How to use this Video Downloader?
 - Browse website with the Chrome  browser
 - Click on the Video Downloader icon in the top right of the chrome browser
 - Auto detect videos, and tap the download button in popup
 - Choose which video files you want to download video
 - Done!

Find the favourite video file on popular websites across the opened sources and then click to the extension menu. The list of available files formats will be shown here. Simply click the "Download" button and file will be saved in a few seconds.

With this extension tool, you can download online videos from your favorite websites. You can save the video in original high-definition quality, or get it in standard definition (MP4). The Video Downloader for Chrome extension supports all video formats, including MP4, FLV, F4V, HLV, WEBM, MOV, and MKV.

Run downloaded video later at any time even without an internet connection. Save files and share with friends funny moments. Keep downloaded files on your PC for future watching.

[!] Important information:
Video Downloader is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

Grundlegende Informationen zur Erweiterung

Name Video Downloader for Chrome Video Downloader for Chrome
ID fedchalbmgfhdobblebblldiblbmpgdj
Offizielle URL https://chromewebstore.google.com/detail/video-downloader-for-chro/fedchalbmgfhdobblebblldiblbmpgdj
Beschreibung Video Downloader is useful extension for downloading online videos. Download video in just one click.
Dateigröße 102 KB
Installationsanzahl 471,286
Aktuelle Version 1.4.0
Letztes Update 2023-04-14
Veröffentlichungsdatum 2022-10-21
Bewertung 4.27/5 Insgesamt 223 Bewertungen
Entwickler Loader app
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/videoloader-web/privacy-policy
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en_US",
    "version": "1.4.0",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.js",
                "js\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_title": "Video Donwloader",
        "default_icon": "images\/download_inactive.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}