Master Downloader Viksi

Master Downloader Viksi detects media files on the website and allows you to save them. At the popup menu you will see all media…

Qu'est-ce que Master Downloader Viksi ?

Master Downloader Viksi est une extension Chrome développée par jokjojoiuytypo0, et sa fonction principale est "Master Downloader Viksi detects media files on the website and allows you to save them. At the popup menu you will see all media…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Master Downloader Viksi

Téléchargez les fichiers d'extension Master Downloader Viksi 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

                        Master Downloader Viksi detects media files on the website and allows you to save them. At the popup menu you will see all media files available for download.

All you need to do is to click the download button and wait for a couple of seconds until it is saved to your device. Fast and easy!                    

Informations de Base sur l'Extension

Nom Master Downloader Viksi Master Downloader Viksi
ID mdhjhpcpajeggloliadkeclicnpjggdn
URL Officiel https://chrome.google.com/webstore/detail/master-downloader-viksi/mdhjhpcpajeggloliadkeclicnpjggdn
Description Master Downloader Viksi detects media files on the website and allows you to save them. At the popup menu you will see all media…
Taille du Fichier 109 KB
Nombre d'Installations 7,000
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-02-02
Date de Publication 2021-12-10
Évaluation 4.62/5 Total 29 Évaluations
Développeur jokjojoiuytypo0
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://tempaste.com/oCVkpDhxWgH
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Master Downloader Viksi",
    "version": "0.0.3",
    "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:;"
    }
}