IDM Integration Module
Download files with Internet Download Manager
Qu'est-ce que IDM Integration Module ?
IDM Integration Module est une extension Chrome développée par https://www.internetdownloadmanager.com, et sa fonction principale est "Download files with Internet Download Manager".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IDM Integration Module
Téléchargez les fichiers d'extension IDM Integration Module au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds "Download with IDM" context menu item for links.
Informations de Base sur l'Extension
Nom | IDM Integration Module |
ID | ngpampappnmepgilojfohadhhmbhlaek |
URL Officiel | https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek |
Description | Download files with Internet Download Manager |
Taille du Fichier | 107 KB |
Nombre d'Installations | 21,000,000 |
Version Actuelle | 6.42.3 |
Dernière Mise à Jour | 2024-01-20 |
Date de Publication | 2023-09-13 |
Évaluation | 4.27/5 Total 2028 Évaluations |
Développeur | https://www.internetdownloadmanager.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.internetdownloadmanager.com/ |
URL de la Page d'Aide | http://www.internetdownloadmanager.com/support/chrome_integration.html |
URL de la Page de Politique de Confidentialité | http://www.internetdownloadmanager.com/support/privacy.html |
Langues Prises en Charge | 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": [ " |