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.

O que é Video Downloader for Chrome?

Video Downloader for Chrome é uma extensão do Chrome desenvolvida por https://videodownloaderforchrome.com, e sua principal característica é "Video downloader for Chrome is a simple tool that allows users to easily download videos from websites with just a few clicks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Downloader for Chrome

Baixe arquivos de extensão Video Downloader for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Video Downloader for Chrome Video Downloader for Chrome
ID ignghjdjmgleolgiaifohmdlnbjklkij
URL Oficial https://chromewebstore.google.com/detail/video-downloader-for-chro/ignghjdjmgleolgiaifohmdlnbjklkij
Descrição Video downloader for Chrome is a simple tool that allows users to easily download videos from websites with just a few clicks.
Tamanho do Arquivo 860 KB
Contagem de Instalações 725,935
Versão Atual 1.0.3
Última Atualização 2023-09-22
Data de Publicação 2023-06-04
Classificação 4.67/5 Total de 498 Avaliações
Desenvolvedor https://videodownloaderforchrome.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://videodownloaderforchrome.com/privacy-policy
Idiomas Suportados 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
}