Video Downloader for Chrome

Video downloader for Chrome is a simple tool that allows users to easily download videos from websites with just a few clicks.

什么是Video Downloader for Chrome?

Video Downloader for Chrome是由https://videodownloaderforchrome.com开发的Chrome扩展程序,该扩展的主要功能是“Video downloader for Chrome is a simple tool that allows users to easily download videos from websites with just a few clicks.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Video Downloader for Chrome扩展crx文件

下载Video Downloader for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Video Downloader for Chrome is a simple Chrome extension that allows you to easily download videos from social media such as Facebook, Twitter, Vimeo, Dailymotion, and Instagram. This extension is incredibly user-friendly and can be installed in seconds. Once installed, a button will be added to your browser allowing you to save videos with ease, without ever having to leave your favorite site.

One of the standout features of this extension is its ease of use. Users do not need to navigate to a separate website or app to download videos, they can do it right on the page where the video is playing. All you have to do is click on the download button to select your preferred format and resolution.

Video Downloader for Chrome is a great tool for people who want to save videos for offline viewing, share them with friends and family, or even create new content. With this extension, you can easily collect videos from different social media platforms and use them as inspiration for new ideas or as part of your creative projects.

Overall, Video Downloader for Chrome is an excellent and convenient tool for anyone who wants to have quick and easy access to video content from various social media platforms. Its user-friendly design and range of features make it a must-have extension for anyone who spends a lot of time on social media.

5 reasons why you should use video downloader for Facebook, Instagram, and Twitter:

1. Convenience: Provides a convenient way to save videos from Facebook, Instagram, and Twitter without having to visit each platform's site or app individually. This saves time and effort and provides an easy-to-use interface for downloading videos.

2. Accessibility: With our extension, you can save videos from social media platforms to your device and access them offline, allowing you to watch or share them at your convenience, even when you don't have an internet connection.

3. Quality: Instagram, Facebook, and Twitter video downloader ensures that the saved videos are of high quality, just like the original content. This means you can enjoy the same video quality even after downloading it.

4. Save Data: By downloading videos rather than repeatedly streaming them, you can save your data usage and reduce your internet expenses. This will help you avoid incurring any additional costs, especially if you are on a limited data plan.

5. Privacy and Security: Using a video downloader for Facebook, Instagram, and Twitter ensures the safety and security of your data, restricting any unauthorized access to your social media accounts.

Please note: 

- due to the privacy policies and terms of use of Google and YouTube, videos are not saved from YouTube. However, you can use it to download and save any video you want on many other websites.                    

扩展基本信息

名称 Video Downloader for Chrome Video Downloader for Chrome
ID ignghjdjmgleolgiaifohmdlnbjklkij
官方URL https://chromewebstore.google.com/detail/video-downloader-for-chro/ignghjdjmgleolgiaifohmdlnbjklkij
简介 Video downloader for Chrome is a simple tool that allows users to easily download videos from websites with just a few clicks.
文件大小 860 KB
安装次数 725,935
当前版本 1.0.3
更新时间 2023-09-22
上架时间 2023-06-04
评分 4.67/5 共498次评分
开发者 https://videodownloaderforchrome.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://videodownloaderforchrome.com/privacy-policy
支持的语言 id,ms,de,en,en-GB,en-US,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,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.3",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery-3.2.1.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-popup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "assets\/icons\/app\/128.png"
    },
    "icons": {
        "128": "assets\/icons\/app\/128.png",
        "64": "assets\/icons\/app\/64.png",
        "32": "assets\/icons\/app\/32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}