Web Video Downloader

Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.

Apa itu Web Video Downloader?

Web Video Downloader adalah ekstensi Chrome yang dikembangkan oleh Web Downloader, dan fitur utamanya adalah "Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Video Downloader

Unduh file ekstensi Web Video Downloader 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

                        Effective video downloader for your browser! Absolutely Free!

Our extension provides you with an easier way to find out where the real media file is located on the server, which can be downloaded to your device. Once detected, a digital mark is displayed on the extension icon indicating that the media file is available for download.

This is the most popular video downloader extension on the Chrome Web Store. You can try the "Web Video Downloader" and notice the difference with other analogues!

With our Video Downloader you will have this features:

✔️ Download: MP4, MOV, FLV, AVI, WEBM, ASF, MPG and many other media files.
✔️ Allows you to skip annoying ads, now you no longer have to watch ads or boring content.
✔️ Save multiple videos at once.

Use Web Video Downloader for free without any registration. Among the other useful features saves 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.

Important: 
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 will be glad to see your comment for our Video Downloader extension in the section "Reviews". Feel free to share Web video downloader with your friends in social networks.                    

Informasi Dasar Ekstensi

Nama Web Video Downloader Web Video Downloader
ID odecbmmehabeloobkgokmfgldaegiflc
URL Resmi https://chrome.google.com/webstore/detail/web-video-downloader/odecbmmehabeloobkgokmfgldaegiflc
Deskripsi Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.
Ukuran File 206 KB
Jumlah Instalasi 700,000
Versi Saat Ini 1.1.13
Terakhir Diperbarui 2022-07-11
Tanggal Publikasi 2020-05-31
Penilaian 3.56/5 Total 919 Penilaian
Pengembang Web Downloader
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/web-video-downloader/privacy-policy
Bahasa yang Didukung 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,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.13",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png"
    },
    "browser_action": {
        "default_icon": "\/img\/32.png",
        "default_popup": "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\/share-modal.js"
            ],
            "css": [
                "\/css\/btns.css",
                "\/css\/share-modal.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.2.1.min.js",
            "\/js\/lib\/tools.js",
            "\/js\/_config.js",
            "\/js\/background.js",
            "\/js\/share-modal.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}