XDown

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

Что такое XDown?

XDown - это расширение Chrome, разработанное https://xdown.org, и его основная функция - "Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.".

Снимки экрана расширения

Скачать файл CRX расширения XDown

Скачайте файлы расширений XDown в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Demonstrate downloads using the xdown plugin.                    

Основная информация о расширении

Название XDown XDown
ID eapmjcdkdlenhkbanlgacimfibbbiinc
Официальный URL https://chromewebstore.google.com/detail/xdown/eapmjcdkdlenhkbanlgacimfibbbiinc
Описание Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
Размер файла 27.08 KB
Количество установок 24,071
Текущая Версия 2.0.0
Последнее Обновление 2022-11-15
Дата публикации 2019-12-20
Рейтинг 4.81/5 Всего 16 оценок
Разработчик https://xdown.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.xdown.org
URL страницы помощи https://xdown.org
Поддерживаемые языки 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"
            ]
        }
    ]
}