ContentDownloadMaster

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

Cos'è ContentDownloadMaster?

ContentDownloadMaster è un'estensione di Chrome sviluppata da alexanderdagrin, e la sua funzione principale è "ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ContentDownloadMaster

Scarica i file di estensione ContentDownloadMaster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ContentDownloadMaster ContentDownloadMaster
ID bdidaacagfelkdahkmlobdicghmamchc
URL Ufficiale https://chrome.google.com/webstore/detail/contentdownloadmaster/bdidaacagfelkdahkmlobdicghmamchc
Descrizione ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…
Dimensione del File 243 KB
Conteggio Installazioni 9,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-02-10
Data di Pubblicazione 2021-12-23
Valutazione 5.00/5 Totale 24 Valutazioni
Sviluppatore alexanderdagrin
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://tiny-paste.com/99541
Lingue Supportate 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:;"
    }
}