Wise Video Downloader

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

What is Wise Video Downloader?

Wise Video Downloader is a Chrome extension developed by William Moore, and its main feature is "Download videos from the most popular sites. Easy way to save videos fast and for free.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Wise Video Downloader Extension CRX File

Download Wise Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Wise Video Downloader Wise Video Downloader
ID iekgholhfibbgedbemeoglmklmeleonb
Official URL https://chrome.google.com/webstore/detail/wise-video-downloader/iekgholhfibbgedbemeoglmklmeleonb
Description Download videos from the most popular sites. Easy way to save videos fast and for free.
File Size 106 KB
Installation Count 200,000
Current Version 1.5.5
Last Updated 2022-10-04
Publish Date 2020-05-20
Rating 2.80/5 Total 233 Ratings
Developer William Moore
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/wise-inc/home
Supported Languages 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'"
}