ContentDownloadMaster

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

Hvad er ContentDownloadMaster?

ContentDownloadMaster er en Chrome-udvidelse udviklet af alexanderdagrin, og dens hovedfunktion er "ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download ContentDownloadMaster-udvidelses-CRX-fil

Download ContentDownloadMaster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ContentDownloadMaster ContentDownloadMaster
ID bdidaacagfelkdahkmlobdicghmamchc
Officiel URL https://chrome.google.com/webstore/detail/contentdownloadmaster/bdidaacagfelkdahkmlobdicghmamchc
Beskrivelse ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…
Filstørrelse 243 KB
Antal Installationer 9,000
Nuværende Version 1.0.2
Senest Opdateret 2022-02-10
Udgivelsesdato 2021-12-23
Bedømmelse 5.00/5 Samlet 24 Bedømmelser
Udvikler alexanderdagrin
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://tiny-paste.com/99541
Understøttede Sprog 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:;"
    }
}