Video Renegade Downloader

Download Wistia, Vimeo, & Facebook videos

What is Video Renegade Downloader?

Video Renegade Downloader is a Chrome extension developed by https://videorenegadedownloader.com, and its main feature is "Download Wistia, Vimeo, & Facebook videos".

Extension Screenshots

screenshot

Download Video Renegade Downloader Extension CRX File

Download Video Renegade 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

                        **** THIS IS A PAID EXTENSION ****
Get your login at www.renegadevideo.com - EXTENSION WILL NOT FUNCTION WITHOUT LOGIN

Use Video Renegade to download all your favorite Wistia, Vimeo, Facebook, Udemy & LinkedIn Learning hosted videos for easy offline viewing. No longer are you tied to your internet connection when you want to watch online video. Download them with this easy to use extension.                    

Extension Basic Information

Name Video Renegade Downloader Video Renegade Downloader
ID elilpgccmlgiifdfhmnnfgkbcoakcjnk
Official URL https://chromewebstore.google.com/detail/video-renegade-downloader/elilpgccmlgiifdfhmnnfgkbcoakcjnk
Description Download Wistia, Vimeo, & Facebook videos
File Size 410 KB
Installation Count 1,184
Current Version 2.1.8
Last Updated 2023-06-21
Publish Date 2020-06-28
Rating 3.11/5 Total 44 Ratings
Developer https://videorenegadedownloader.com
Email [email protected]
Payment Type free
Extension Website http://www.videorenegadedownloader.com
Privacy Policy Page URL https://mlmrenegade.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Video Renegade Downloader"
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "exclude_matches": [
                "*:\/\/www.linkedin.com\/learning\/*",
                "*:\/\/www.udemy.com\/course\/*",
                "*:\/\/www.udemy.com\/program-taking\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/embed.vhx.tv\/videos\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lynda.js"
            ],
            "matches": [
                "*:\/\/www.linkedin.com\/learning\/*"
            ]
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/udemy.js"
            ],
            "matches": [
                "*:\/\/www.udemy.com\/course\/*",
                "*:\/\/www.udemy.com\/program-taking\/*"
            ]
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/facebook.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/vimeo-stream.js"
            ],
            "matches": [
                "*:\/\/embed.vhx.tv\/videos\/*"
            ]
        }
    ],
    "description": "Download Wistia, Vimeo, & Facebook videos",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwzLZCMYbAyvFouk2uBk+2XhVnNfAyU1ZPDTVQ6++dLvbZHRDDzL0srzyRknopGhK8gDrktQkCQNk1lNsey+m9d8An40ri34DokmGa5Yib9exqSot6ePPdGSZwJbF4GGwyREJ2EuiJ+22DAdDAJL8vC68LY+DmwfbB9e\/gVi7uWeAYQU9RVfIyUbyjgy9hf7\/8MbgvQyNhZlkr9ZurdP19NiI+i4AAXW5ByACx7sFlNpmzq\/QulRBZMSLREiwbDj0fnxrEtYR+LzCoAVla7qpytRARUVCD60w2Q3kqMpbKqc8NHNWx7UdXa2zP9Gbj+2LXGtGU+9N4vBsEhyPulyN3wIDAQAB",
    "manifest_version": 3,
    "name": "Video Renegade Downloader",
    "permissions": [
        "downloads",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.8"
}