Download with Internet Download Manager

Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager

Что такое Download with Internet Download Manager?

Download with Internet Download Manager - это расширение Chrome, разработанное balvin.perrie, и его основная функция - "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager".

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

screenshot

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

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

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

                                            

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

Название Download with Internet Download Manager Download with Internet Download Manager
ID ijagoebbhgpklaaliglekagdjpigbcgm
Официальный URL https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm
Описание Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Размер файла 97.44 KB
Количество установок 17,872
Текущая Версия 0.2.2
Последнее Обновление 2020-12-30
Дата публикации 2020-02-26
Рейтинг 3.83/5 Всего 6 оценок
Разработчик balvin.perrie
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://add0n.com/download-with.html?from=idm
URL страницы помощи https://add0n.com/download-with.html?from=idm
URL страницы политики конфиденциальности https://add0n.com/policies/balvin.perrie.txt
Поддерживаемые языки en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download with Internet Download Manager",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.2.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "nativeMessaging",
        "notifications",
        "downloads",
        "contextMenus"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "config.js",
            "termlib_parser.js",
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm",
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "data\/grab\/index.html"
    ]
}