Video Downloader Pro

Download online videos easily and in high quality with this free extension that will simplify the video downloading process.

What is Video Downloader Pro?

Video Downloader Pro is a Chrome extension developed by Video Downloader Pro, and its main feature is "Download online videos easily and in high quality with this free extension that will simplify the video downloading process.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Video Downloader Pro Extension CRX File

Download Video Downloader Pro 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 allows you to save videos from most social media sites. Easily download videos for offline viewing. Making it a versatile solution, the tool supports many formats and concludes as a Video Downloader. Thanks to it, downloading online videos becomes fast and easy, and the intuitive interface ensures comfortable use.

Get access to advanced features such as selecting video quality before downloading. You can choose between standard definition and high quality HD to best suit your viewing needs.

We doesn't guarantee 100% results, in cases when a video is not found or users open the extension on the wrong pages, the extension shows the message - "Video not found".

We had to lock the download of YouTube videos because of restrictions of the Chrome Store. There are always videos which are protected by the sites and cannot be downloaded.

If any video can't be download, don't give a bad rating, write to us at [email protected] or https://github.com/MRT-77/VideoDownloader and help us improve this extension. Thank you!

The effectiveness of Video Downloader is not limited to just downloading videos. The extension also has a preview feature, allowing users to preview video before downloading to ensure its quality and relevance.

Please keep in mind that Video Downloader is not responsible for the video you download, so please check the copyright and permissions of the video before downloading.                    

Extension Basic Information

Name Video Downloader Pro Video Downloader Pro
ID kaibkgfibgoffomjemobnlojipabbbjd
Official URL https://chromewebstore.google.com/detail/video-downloader-pro/kaibkgfibgoffomjemobnlojipabbbjd
Description Download online videos easily and in high quality with this free extension that will simplify the video downloading process.
File Size 1.2 MB
Installation Count 319,100
Current Version 2.6.3
Last Updated 2024-02-27
Publish Date 2022-10-17
Rating 4.22/5 Total 214 Ratings
Developer Video Downloader Pro
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bit.ly/33kYyNP
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6.3",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "64": "assets\/icons\/icon_64.png",
        "32": "assets\/icons\/icon_32.png",
        "16": "assets\/icons\/icon_16.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "assets\/icons\/icon_16.png",
            "32": "assets\/icons\/icon_32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "static\/js\/serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/otherSitesContent.js"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "js": [
                "static\/js\/dailymotionContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                ".\/static\/js\/vimeoContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                ".\/static\/js\/instagramContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                ".\/static\/js\/facebookContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                ".\/static\/js\/tiktokContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                ".\/static\/js\/twitterContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/static\/js\/youtubeContent.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "downloads",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/instagramStoryScript.js",
                "static\/js\/instagramContent.js",
                "static\/js\/ytScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}