Video Downloader for Chrome

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

Co je Video Downloader for Chrome?

Video Downloader for Chrome je rozšíření Chrome vyvinuté Loader app, a jeho hlavní funkcí je „Video Downloader is useful extension for downloading online videos. Download video in just one click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Video Downloader for Chrome

Stáhněte si soubory rozšíření Video Downloader for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Video Downloader for Chrome Video Downloader for Chrome
ID fedchalbmgfhdobblebblldiblbmpgdj
Oficiální URL https://chromewebstore.google.com/detail/video-downloader-for-chro/fedchalbmgfhdobblebblldiblbmpgdj
Popis Video Downloader is useful extension for downloading online videos. Download video in just one click.
Velikost souboru 102 KB
Počet instalací 471,286
Aktuální Verze 1.4.0
Poslední Aktualizace 2023-04-14
Datum Vydání 2022-10-21
Hodnocení 4.27/5 Celkem 223 Hodnocení
Vývojář Loader app
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/videoloader-web/privacy-policy
Podporované Jazyky 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
}