Video Download Master

This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…

What is Video Download Master?

Video Download Master is a Chrome extension developed by Laka, and its main feature is "This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Video Download Master Extension CRX File

Download Video Download Master 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 browser extension allows you to download videos from various websites.

It is easy to use and does not require a paid subscription to work properly. 

Just click on the extension icon to see files available for downloading. Choose a file and wait until it is saved on your computer.                    

Extension Basic Information

Name Video Download Master Video Download Master
ID noddmaloflkfieahjkakcbigjagbfkid
Official URL https://chrome.google.com/webstore/detail/video-download-master/noddmaloflkfieahjkakcbigjagbfkid
Description This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…
File Size 79.13 KB
Installation Count 8,000
Current Version 0.0.4
Last Updated 2022-01-28
Publish Date 2021-11-26
Rating 4.83/5 Total 23 Ratings
Developer Laka
Email [email protected]
Payment Type free
Privacy Policy Page URL https://justpaste.it/8fr7c
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Download Master",
    "version": "0.0.4",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}