IDM Integration Module
Download files with Internet Download Manager
什么是IDM Integration Module?
IDM Integration Module是由https://www.internetdownloadmanager.com开发的Chrome扩展程序,该扩展的主要功能是“Download files with Internet Download Manager”。
扩展截图
下载IDM Integration Module扩展crx文件
下载IDM Integration Module扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds "Download with IDM" context menu item for links.
扩展基本信息
名称 | 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": [ " |