IDM Integration Module

Download files with Internet Download Manager

Что такое IDM Integration Module?

IDM Integration Module - это расширение Chrome, разработанное https://www.internetdownloadmanager.com, и его основная функция - "Download files with Internet Download Manager".

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

screenshot

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

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

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

                        Adds "Download with IDM" context menu item for links.                    

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

Название IDM Integration Module IDM Integration Module
ID ngpampappnmepgilojfohadhhmbhlaek
Официальный URL https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek
Описание Download files with Internet Download Manager
Размер файла 107 KB
Количество установок 21,000,000
Текущая Версия 6.42.3
Последнее Обновление 2024-01-20
Дата публикации 2023-09-13
Рейтинг 4.27/5 Всего 2028 оценок
Разработчик https://www.internetdownloadmanager.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.internetdownloadmanager.com/
URL страницы помощи http://www.internetdownloadmanager.com/support/chrome_integration.html
URL страницы политики конфиденциальности http://www.internetdownloadmanager.com/support/privacy.html
Поддерживаемые языки de,en,fr,nl,tr,es,it,pl,ru,iw,fa,th,ar,zh-CN,zh-TW
manifest.json
{
    "name": "IDM Integration Module",
    "description": "__MSG_extension_desc__",
    "version": "6.42.3",
    "author": "Tonec FZE",
    "homepage_url": "http:\/\/www.internetdownloadmanager.com\/",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "captured.html"
    ],
    "permissions": [
        "",
        "tabs",
        "cookies",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.shelf",
        "management",
        "storage",
        "proxy",
        "nativeMessaging"
    ],
    "optional_permissions": [
        "notifications",
        "system.display"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.internetdownloadmanager.com\/*",
            "*:\/\/*.tonec.com\/*"
        ]
    },
    "content_security_policy": "connect-src *; script-src 'self' 'sha256-3A6Y6ygbQdayC7L3d1LSwz60wQiRVT9GBErQTn6TwTo='; style-src 'unsafe-inline'; default-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "47.0",
    "offline_enabled": false,
    "manifest_version": 2
}