Web Video Downloader

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

Cos'è Web Video Downloader?

Web Video Downloader è un'estensione di Chrome sviluppata da Web Downloader, e la sua funzione principale è "Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Web Video Downloader

Scarica i file di estensione Web Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Web Video Downloader Web Video Downloader
ID odecbmmehabeloobkgokmfgldaegiflc
URL Ufficiale https://chrome.google.com/webstore/detail/web-video-downloader/odecbmmehabeloobkgokmfgldaegiflc
Descrizione Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.
Dimensione del File 206 KB
Conteggio Installazioni 700,000
Versione Corrente 1.1.13
Ultimo Aggiornamento 2022-07-11
Data di Pubblicazione 2020-05-31
Valutazione 3.56/5 Totale 919 Valutazioni
Sviluppatore Web Downloader
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/web-video-downloader/privacy-policy
Lingue Supportate 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'"
}