ContentDownloadMaster

ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…

Τι είναι το ContentDownloadMaster;

Το ContentDownloadMaster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alexanderdagrin, και η κύρια λειτουργία του είναι "ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ContentDownloadMaster extension is here to help you download media files from different websites. 

It is fast and simple! Just click the download button at the popup menu and wait for a few seconds until your chosen video or videos are saved to your device.                    

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

Όνομα ContentDownloadMaster ContentDownloadMaster
ID bdidaacagfelkdahkmlobdicghmamchc
Επίσημο URL https://chrome.google.com/webstore/detail/contentdownloadmaster/bdidaacagfelkdahkmlobdicghmamchc
Περιγραφή ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…
Μέγεθος Αρχείου 243 KB
Αριθμός Εγκαταστάσεων 9,000
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-02-10
Ημερομηνία Δημοσίευσης 2021-12-23
Αξιολόγηση 5.00/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής alexanderdagrin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://tiny-paste.com/99541
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ContentDownloadMaster",
    "version": "1.0.2",
    "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:;"
    }
}