Video Downloader Button

Add download button to the video files on popular websites. Click the button to save the video

O que é Video Downloader Button?

Video Downloader Button é uma extensão do Chrome desenvolvida por Gigi, e sua principal característica é "Add download button to the video files on popular websites. Click the button to save the video".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Downloader Button

Baixe arquivos de extensão Video Downloader Button 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

                        Provides all video files with a small button that downloads files to the devise by clicking on it.

Open media websites are supported by Video Downloader Button and help to save online video to review it later.

In the settings menu there is an opportunity to disable the button for more convenience usage of websites. Simply enable it again and download button will appear on the video shortly.                    

Informações Básicas da Extensão

Nome Video Downloader Button Video Downloader Button
ID gjpdgbkjopobieebkmihgdoinbkicjck
URL Oficial https://chromewebstore.google.com/detail/video-downloader-button/gjpdgbkjopobieebkmihgdoinbkicjck
Descrição Add download button to the video files on popular websites. Click the button to save the video
Tamanho do Arquivo 883 KB
Contagem de Instalações 50,000
Versão Atual 1.16
Última Atualização 2023-07-19
Data de Publicação 2023-02-02
Classificação 3.48/5 Total de 21 Avaliações
Desenvolvedor Gigi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,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_desc__",
    "default_locale": "en",
    "version": "1.16",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}