Wise Video Downloader

Download videos from the most popular sites. Easy way to save videos fast and for free.

O que é Wise Video Downloader?

Wise Video Downloader é uma extensão do Chrome desenvolvida por William Moore, e sua principal característica é "Download videos from the most popular sites. Easy way to save videos fast and for free.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wise Video Downloader

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

                        Download videos and clips from social webs and popular sites at lightning speed.

"Wise Video Downloader" provide you an easier way to find out where the actual media file is located on the server. Once found, a number mark is shown on the extension icon indicating that media file is available for download.

With this extension, you can download all HD videos from your own social media accounts. All formats are supported. 100% free! (videos shared by your friends on social accounts can be downloaded too. )

How to Use Wise Video Downloader :
* Install  from the Chrome Web Store
* Find video that you want to download
* Click the download button and within seconds you will begin to download the video to your PC
* Done!                    

Informações Básicas da Extensão

Nome Wise Video Downloader Wise Video Downloader
ID iekgholhfibbgedbemeoglmklmeleonb
URL Oficial https://chrome.google.com/webstore/detail/wise-video-downloader/iekgholhfibbgedbemeoglmklmeleonb
Descrição Download videos from the most popular sites. Easy way to save videos fast and for free.
Tamanho do Arquivo 106 KB
Contagem de Instalações 200,000
Versão Atual 1.5.5
Última Atualização 2022-10-04
Data de Publicação 2020-05-20
Classificação 2.80/5 Total de 233 Avaliações
Desenvolvedor William Moore
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/wise-inc/home
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,el,sr,bg,ru,uk,mr,hi,bn,gu,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.5",
    "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"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/tools.js",
                "\/js\/_config.js",
                "\/js\/providers\/abstract-provider.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/btns.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/js\/providers\/fb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/js\/providers\/in.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "\/js\/providers\/tw.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.vk.com\/*"
            ],
            "js": [
                "\/js\/providers\/vk.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "\/js\/providers\/vm.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/providers\/xx.js",
                "\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.2.1.min.js",
            "\/js\/lib\/tools.js",
            "\/js\/_config.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        ""
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}