Web Video Downloader

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

Web Video Downloaderとは何ですか?

Web Video DownloaderはWeb Downloaderによって開発されたChromeの拡張機能で、その主な機能は「Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Web Video Downloader拡張機能のCRXファイルをダウンロード

Web Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Web Video Downloader Web Video Downloader
ID odecbmmehabeloobkgokmfgldaegiflc
公式URL https://chrome.google.com/webstore/detail/web-video-downloader/odecbmmehabeloobkgokmfgldaegiflc
説明 Reliable video downloader for Chrome. The fastest and easiest way to to download any video from any website.
ファイルサイズ 206 KB
インストール数 700,000
現在のバージョン 1.1.13
最終更新日 2022-07-11
公開日 2020-05-31
評価 3.56/5 合計 919 レビュー
開発者 Web Downloader
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/web-video-downloader/privacy-policy
対応言語 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'"
}