Wise Video Downloader

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

Vad är Wise Video Downloader?

Wise Video Downloader är en Chrome-tillägg utvecklad av William Moore, och dess huvudfunktion är "Download videos from the most popular sites. Easy way to save videos fast and for free.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Wise Video Downloader-förlängningens CRX-fil

Ladda ner Wise Video Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Wise Video Downloader Wise Video Downloader
ID iekgholhfibbgedbemeoglmklmeleonb
Officiell webbadress https://chrome.google.com/webstore/detail/wise-video-downloader/iekgholhfibbgedbemeoglmklmeleonb
Beskrivning Download videos from the most popular sites. Easy way to save videos fast and for free.
Filstorlek 106 KB
Antal Installationer 200,000
Aktuell Version 1.5.5
Senast Uppdaterad 2022-10-04
Publiceringsdatum 2020-05-20
Betyg 2.80/5 Totalt 233 Betyg
Utvecklare William Moore
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/wise-inc/home
Stödda Språk 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'"
}