IDM Integration Module
Download files with Internet Download Manager
Was ist IDM Integration Module?
IDM Integration Module ist eine Chrome-Erweiterung, die von https://www.internetdownloadmanager.com entwickelt wurde, und ihr Hauptmerkmal ist "Download files with Internet Download Manager".
Erweiterungsscreenshots
IDM Integration Module-Erweiterungs-CRX-Datei herunterladen
Laden Sie IDM Integration Module-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds "Download with IDM" context menu item for links. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ngpampappnmepgilojfohadhhmbhlaek |
| Offizielle URL | https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek |
| Beschreibung | Download files with Internet Download Manager |
| Dateigröße | 107 KB |
| Installationsanzahl | 21,000,000 |
| Aktuelle Version | 6.42.3 |
| Letztes Update | 2024-01-20 |
| Veröffentlichungsdatum | 2023-09-13 |
| Bewertung | 4.27/5 Insgesamt 2028 Bewertungen |
| Entwickler | https://www.internetdownloadmanager.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.internetdownloadmanager.com/ |
| Hilfeseite URL | http://www.internetdownloadmanager.com/support/chrome_integration.html |
| URL der Datenschutzrichtlinien-Seite | http://www.internetdownloadmanager.com/support/privacy.html |
| Unterstützte Sprachen | 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": [
" | |