Video Downloader for Chrome

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

Apa itu Video Downloader for Chrome?

Video Downloader for Chrome adalah ekstensi Chrome yang dikembangkan oleh Loader app, dan fitur utamanya adalah "Video Downloader is useful extension for downloading online videos. Download video in just one click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Downloader for Chrome

Unduh file ekstensi Video Downloader for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Video Downloader for Chrome Video Downloader for Chrome
ID fedchalbmgfhdobblebblldiblbmpgdj
URL Resmi https://chromewebstore.google.com/detail/video-downloader-for-chro/fedchalbmgfhdobblebblldiblbmpgdj
Deskripsi Video Downloader is useful extension for downloading online videos. Download video in just one click.
Ukuran File 102 KB
Jumlah Instalasi 471,286
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2023-04-14
Tanggal Publikasi 2022-10-21
Penilaian 4.27/5 Total 223 Penilaian
Pengembang Loader app
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/videoloader-web/privacy-policy
Bahasa yang Didukung 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
}