XDown

Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.

Was ist XDown?

XDown ist eine Chrome-Erweiterung, die von https://xdown.org entwickelt wurde, und ihr Hauptmerkmal ist "Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.".

Erweiterungsscreenshots

XDown-Erweiterungs-CRX-Datei herunterladen

Laden Sie XDown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Demonstrate downloads using the xdown plugin.                    

Grundlegende Informationen zur Erweiterung

Name XDown XDown
ID eapmjcdkdlenhkbanlgacimfibbbiinc
Offizielle URL https://chromewebstore.google.com/detail/xdown/eapmjcdkdlenhkbanlgacimfibbbiinc
Beschreibung Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
Dateigröße 27.08 KB
Installationsanzahl 24,071
Aktuelle Version 2.0.0
Letztes Update 2022-11-15
Veröffentlichungsdatum 2019-12-20
Bewertung 4.81/5 Insgesamt 16 Bewertungen
Entwickler https://xdown.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.xdown.org
Hilfeseite URL https://xdown.org
Unterstützte Sprachen en,zh-CN
manifest.json
{
    "background": {
        "service_worker": "xdown_worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/xdown.org",
    "icons": {
        "16": "images\/xdown_16.png",
        "24": "images\/xdown_24.png",
        "32": "images\/xdown_32.png",
        "48": "images\/xdown_48.png",
        "128": "images\/xdown_128.png"
    },
    "action": {
        "default_popup": "xdown_settings.html",
        "default_title": "XDown Manager"
    },
    "manifest_version": 3,
    "name": "XDown",
    "permissions": [
        "cookies",
        "nativeMessaging",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "index.html"
            ]
        }
    ]
}