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…

Τι είναι το Master Downloader Viksi;

Το Master Downloader Viksi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jokjojoiuytypo0, και η κύρια λειτουργία του είναι "Master Downloader Viksi detects media files on the website and allows you to save them. At the popup menu you will see all media…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Master Downloader Viksi

Λήψη αρχείων επέκτασης Master Downloader Viksi σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Master Downloader Viksi Master Downloader Viksi
ID mdhjhpcpajeggloliadkeclicnpjggdn
Επίσημο URL https://chrome.google.com/webstore/detail/master-downloader-viksi/mdhjhpcpajeggloliadkeclicnpjggdn
Περιγραφή Master Downloader Viksi detects media files on the website and allows you to save them. At the popup menu you will see all media…
Μέγεθος Αρχείου 109 KB
Αριθμός Εγκαταστάσεων 7,000
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2022-02-02
Ημερομηνία Δημοσίευσης 2021-12-10
Αξιολόγηση 4.62/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής jokjojoiuytypo0
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://tempaste.com/oCVkpDhxWgH
Υποστηριζόμενες Γλώσσες 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:;"
    }
}