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…

Qu'est-ce que Video Download Master ?

Video Download Master est une extension Chrome développée par Laka, et sa fonction principale est "This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Download Master

Téléchargez les fichiers d'extension Video Download Master au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Video Download Master Video Download Master
ID noddmaloflkfieahjkakcbigjagbfkid
URL Officiel 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…
Taille du Fichier 79.13 KB
Nombre d'Installations 8,000
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-01-28
Date de Publication 2021-11-26
Évaluation 4.83/5 Total 23 Évaluations
Développeur Laka
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://justpaste.it/8fr7c
Langues Prises en Charge 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:;"
    }
}