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. 擴展基本資訊
| 名稱 | |
| ID | ngpampappnmepgilojfohadhhmbhlaek |
| 官方網址 | 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": [
" | |