Open Internet Download Manager
Open with Internet Download Manager and download the desired links
Что такое Open Internet Download Manager?
Open Internet Download Manager - это расширение Chrome, разработанное uptofast.com, и его основная функция - "Open with Internet Download Manager and download the desired links".
Снимки экрана расширения
Скачать файл CRX расширения Open Internet Download Manager
Скачайте файлы расширений Open Internet Download Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | jhligenjelcnhopinaalpnbgomgillni |
Официальный URL | https://chrome.google.com/webstore/detail/open-internet-download-ma/jhligenjelcnhopinaalpnbgomgillni |
Описание | Open with Internet Download Manager and download the desired links |
Размер файла | 54.67 KB |
Количество установок | 4,216 |
Текущая Версия | 0.1 |
Последнее Обновление | 2021-03-26 |
Дата публикации | 2021-03-26 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | uptofast.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://borwi.com/open-internet-download-manager/ |
URL страницы помощи | https://borwi.com/contact/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "offline_enabled": true, "short_name": "open-idm", "name": "Open Internet Download Manager", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "https:\/\/borwi.com\/open-internet-download-manager\/", "permissions": [ "storage", "contextMenus", "notifications", "nativeMessaging" ], "description": "Open with Internet Download Manager and download the desired links", "options_ui": { "open_in_tab": true, "chrome_style": true, "page": "data\/options\/options.html" }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |