IDM Integration Module
Download files with Internet Download Manager
Wat is IDM Integration Module?
IDM Integration Module is een Chrome-extensie ontwikkeld door https://www.internetdownloadmanager.com, en de belangrijkste functie is "Download files with Internet Download Manager".
Extensie Screenshots
Download het CRX-bestand van de extensie IDM Integration Module
Download IDM Integration Module-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds "Download with IDM" context menu item for links.
Basisinformatie over de Extensie
Naam | IDM Integration Module |
ID | ngpampappnmepgilojfohadhhmbhlaek |
Officiële URL | https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek |
Beschrijving | Download files with Internet Download Manager |
Bestandsgrootte | 107 KB |
Aantal Installaties | 21,000,000 |
Huidige Versie | 6.42.3 |
Laatst Bijgewerkt | 2024-01-20 |
Publicatiedatum | 2023-09-13 |
Beoordeling | 4.27/5 Totaal 2028 Beoordelingen |
Ontwikkelaar | https://www.internetdownloadmanager.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.internetdownloadmanager.com/ |
Help Pagina-URL | http://www.internetdownloadmanager.com/support/chrome_integration.html |
URL van de Privacybeleid Pagina | http://www.internetdownloadmanager.com/support/privacy.html |
Ondersteunde Talen | 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": [ " |