IDM Integration Module
Download files with Internet Download Manager
What is IDM Integration Module?
IDM Integration Module is a Chrome extension developed by https://www.internetdownloadmanager.com, and its main feature is "Download files with Internet Download Manager".
Extension Screenshots
Download IDM Integration Module Extension CRX File
Download IDM Integration Module extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds "Download with IDM" context menu item for links.
Extension Basic Information
Name | IDM Integration Module |
ID | ngpampappnmepgilojfohadhhmbhlaek |
Official URL | https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek |
Description | Download files with Internet Download Manager |
File Size | 107 KB |
Installation Count | 21,000,000 |
Current Version | 6.42.3 |
Last Updated | 2024-01-20 |
Publish Date | 2023-09-13 |
Rating | 4.27/5 Total 2028 Ratings |
Developer | https://www.internetdownloadmanager.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.internetdownloadmanager.com/ |
Help Page URL | http://www.internetdownloadmanager.com/support/chrome_integration.html |
Privacy Policy Page URL | http://www.internetdownloadmanager.com/support/privacy.html |
Supported Languages | 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": [ " |