Video Downloader

Download videos using Video Downloader from websites.

What is Video Downloader?

Video Downloader is a Chrome extension developed by FREE APPS, and its main feature is "Download videos using Video Downloader from websites.".

Extension Screenshots

screenshot
screenshot

Download Video Downloader Extension CRX File

Download 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

                        Video Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

Extension Basic Information

Name Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
Official URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Description Download videos using Video Downloader from websites.
File Size 98.95 KB
Installation Count 10,282
Current Version 1.1.1
Last Updated 2023-03-23
Publish Date 2020-11-07
Rating 3.10/5 Total 10 Ratings
Developer FREE APPS
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.smart-finder.net/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}