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 |
| 公式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 |
| Eメール | [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": [
" | |