Web Video Downloader

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

Co je Web Video Downloader?

Web Video Downloader je rozšíření Chrome vyvinuté Web Downloader, a jeho hlavní funkcí je „Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Web Video Downloader 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í

                        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.                    

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

Název Web Video Downloader Web Video Downloader
ID odecbmmehabeloobkgokmfgldaegiflc
Oficiální URL https://chrome.google.com/webstore/detail/web-video-downloader/odecbmmehabeloobkgokmfgldaegiflc
Popis Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.
Velikost souboru 206 KB
Počet instalací 700,000
Aktuální Verze 1.1.13
Poslední Aktualizace 2022-07-11
Datum Vydání 2020-05-31
Hodnocení 3.56/5 Celkem 919 Hodnocení
Vývojář Web Downloader
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/web-video-downloader/privacy-policy
Podporované Jazyky 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'"
}