XDown

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

Wat is XDown?

XDown is een Chrome-extensie ontwikkeld door https://xdown.org, en de belangrijkste functie is "Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.".

Extensie Screenshots

Download het CRX-bestand van de extensie XDown

Download XDown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Demonstrate downloads using the xdown plugin.                    

Basisinformatie over de Extensie

Naam XDown XDown
ID eapmjcdkdlenhkbanlgacimfibbbiinc
Officiële URL https://chromewebstore.google.com/detail/xdown/eapmjcdkdlenhkbanlgacimfibbbiinc
Beschrijving Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
Bestandsgrootte 27.08 KB
Aantal Installaties 24,071
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-11-15
Publicatiedatum 2019-12-20
Beoordeling 4.81/5 Totaal 16 Beoordelingen
Ontwikkelaar https://xdown.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.xdown.org
Help Pagina-URL https://xdown.org
Ondersteunde Talen 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"
            ]
        }
    ]
}