Video Downloader Web

An effective utility for allowing you to download all videos from any website!

Cos'è Video Downloader Web?

Video Downloader Web è un'estensione di Chrome sviluppata da Free-loader.net, e la sua funzione principale è "An effective utility for allowing you to download all videos from any website!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Video Downloader Web

Scarica i file di estensione Video Downloader Web 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

                        Video Downloader Web - download any video file into a playlist and take it with yourself across the Web! This is the one of the most popular media video downloader extension in the Chrome Web store on this moment. Get an online downloader, player and playlist in a single package! 

You can experience the convenience of free online video download with the extension very easily. Play the video and click the browser extension button to download it, then save the video in any quality and size, it's that easy.

Video Downloader extension has a very user-friendly interface. With it, you can navigate all sites and download HD videos from your social media accounts. All formats are supported. 100% Free!

Also, you can immediately get the freedom to download every MP4 files you see on the Internet, in different sizes and quality, without getting stuck in the online download traffic.

We will help you save time, immortalize moments and solve your problems.

NOTE:
We suggest to check first media copyright permissions before downloading media files.

The download of YouTube videos to hard drive is locked because of restrictions of the Chrome Store.

We will be glad to see your feedback or suggestions for improving the work of the video downloader extension! Please contact us if you have any problems or suggestions.                    

Informazioni di Base sull'Estensione

Nome Video Downloader Web Video Downloader Web
ID hnalgjopjinhkjkcbaiffihmakjiopbi
URL Ufficiale https://chrome.google.com/webstore/detail/video-downloader-web/hnalgjopjinhkjkcbaiffihmakjiopbi
Descrizione An effective utility for allowing you to download all videos from any website!
Dimensione del File 103 KB
Conteggio Installazioni 300,000
Versione Corrente 1.8.5
Ultimo Aggiornamento 2022-09-01
Data di Pubblicazione 2020-12-13
Valutazione 3.20/5 Totale 166 Valutazioni
Sviluppatore Free-loader.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/free-videos-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,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.5",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/download_inactive.png",
        "default_popup": "html\/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\/providers\/abstract-provider.js",
                "js\/providers\/xx.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/providers\/fb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/providers\/in.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/providers\/tw.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "js": [
                "js\/providers\/dm.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/providers\/other.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.2.1.min.js",
            "js\/lib\/tools.js",
            "js\/_config.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}