DVDFab Downloader

This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.

O que é DVDFab Downloader?

DVDFab Downloader é uma extensão do Chrome desenvolvida por DVDFab, e sua principal característica é "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DVDFab Downloader

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

                        DVDFab Downloader is a online video downloader, it can download any video from popular websites, like facebook, twitter, instagram, etc.                    

Informações Básicas da Extensão

Nome DVDFab Downloader DVDFab Downloader
ID cikpdiloocbinmhjfohkhkkbeclpaibd
URL Oficial https://chrome.google.com/webstore/detail/dvdfab-downloader/cikpdiloocbinmhjfohkhkkbeclpaibd
Descrição This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.
Tamanho do Arquivo 1.45 MB
Contagem de Instalações 8,000
Versão Atual 1.0.3
Última Atualização 2019-12-10
Data de Publicação 2019-12-10
Classificação 2.00/5 Total de 8 Avaliações
Desenvolvedor DVDFab
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dvdfab.cn
Idiomas Suportados de,en,fr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DVDFab Downloader",
    "description": "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.",
    "version": "1.0.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "48": "popup\/static\/images\/icon_48.png",
        "128": "popup\/static\/images\/icon_48.png"
    },
    "browser_action": {
        "default_title": "dvdfab-downloader",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "popup\/static\/css\/dlg.css",
        "popup\/static\/images\/warning.png",
        "popup\/static\/images\/message.png",
        "popup\/static\/images\/icons\/selected_icon.png",
        "popup\/static\/images\/icons\/file_normal.png",
        "popup\/static\/images\/icons\/close_normal.png",
        "popup\/static\/images\/icons\/close_hover.png",
        "popup\/static\/images\/loading.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "popup\/static\/css\/jquery-3.4.1.min.js",
                "content-script\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.open",
        "alarms",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}