Xtreme Download Manager

XDM is an open source download manager

Что такое Xtreme Download Manager?

Xtreme Download Manager - это расширение Chrome, разработанное https://subhra74.github.io/xdm, и его основная функция - "XDM is an open source download manager".

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

screenshot
screenshot
screenshot

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

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

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

                        Xtreme Download Manager Integration extension replaces default download manager of Google Chrome by Xtreme Download Manager.

This extension is just a companion for Xtreme download manager desktop application, which must already be installed first. It can be downloaded from: https://github.com/subhra74/xdm

The sole purpose of this extension is integration with Xtreme Download Manager desktop application.

Xtreme Download Manager is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner.

Please report any Issues here:
https://github.com/subhra74/xdm/issues

For more info & usage visit:
https://github.com/subhra74/xdm
https://sourceforge.net/projects/xdman/
https://subhra74.github.io/xdm/                    

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

Название Xtreme Download Manager Xtreme Download Manager
ID dkckaoghoiffdbomfbbodbbgmhjblecj
Официальный URL https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj
Описание XDM is an open source download manager
Размер файла 50.71 KB
Количество установок 300,000
Текущая Версия 2.1
Последнее Обновление 2020-05-30
Дата публикации 2020-05-28
Рейтинг 4.29/5 Всего 194 оценок
Разработчик https://subhra74.github.io/xdm
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/subhra74/xdm
URL страницы помощи https://subhra74.github.io/xdm/privacy.html
URL страницы политики конфиденциальности https://subhra74.github.io/xdm/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "name": "Xtreme Download Manager",
    "description": "XDM is an open source download manager",
    "version": "2.1",
    "icons": {
        "48": "icon.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "commands": {
        "toggle-monitoring": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle monitoring"
        }
    }
}