Integration Module Internet Download Manager

Integration Module for internet download manager chrome extension.

Что такое Integration Module Internet Download Manager?

Integration Module Internet Download Manager - это расширение Chrome, разработанное IDM - Integration Module Download Manager, и его основная функция - "Integration Module for internet download manager chrome extension.".

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

screenshot
screenshot
screenshot

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

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

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

                        Integration Module for internet download manager chrome extension.

You can download with internet download manager                    

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

Название Integration Module Internet Download Manager Integration Module Internet Download Manager
ID fghdanjkpbbenaddbpldbnndpbaiboaa
Официальный URL https://chromewebstore.google.com/detail/integration-module-intern/fghdanjkpbbenaddbpldbnndpbaiboaa
Описание Integration Module for internet download manager chrome extension.
Размер файла 126 KB
Количество установок 25,431
Текущая Версия 7.0.5
Последнее Обновление 2024-02-17
Дата публикации 2023-04-10
Рейтинг 4.27/5 Всего 45 оценок
Разработчик IDM - Integration Module Download Manager
Электронная почта robertaburton74@gmail.com
Тип оплаты free
URL страницы политики конфиденциальности https://mikeprg.com/privacy-policy-2
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "_execute_action": []
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/disabled\/16.png",
            "18": "data\/icons\/disabled\/18.png",
            "19": "data\/icons\/disabled\/19.png",
            "32": "data\/icons\/disabled\/32.png",
            "36": "data\/icons\/disabled\/36.png",
            "38": "data\/icons\/disabled\/38.png",
            "48": "data\/icons\/disabled\/48.png",
            "64": "data\/icons\/disabled\/64.png"
        }
    },
    "default_locale": "en_US",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.2.2\/dist\/css\/bootstrap.min.css https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.2.2\/dist\/js\/bootstrap.bundle.min.js "
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "nativeMessaging"
    ],
    "short_name": "INDM",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.5"
}