IDM Integration Module
Download files with Internet Download Manager
Cos'è IDM Integration Module?
IDM Integration Module è un'estensione di Chrome sviluppata da https://www.internetdownloadmanager.com, e la sua funzione principale è "Download files with Internet Download Manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IDM Integration Module
Scarica i file di estensione IDM Integration Module in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds "Download with IDM" context menu item for links.
Informazioni di Base sull'Estensione
Nome | IDM Integration Module |
ID | ngpampappnmepgilojfohadhhmbhlaek |
URL Ufficiale | https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek |
Descrizione | Download files with Internet Download Manager |
Dimensione del File | 107 KB |
Conteggio Installazioni | 21,000,000 |
Versione Corrente | 6.42.3 |
Ultimo Aggiornamento | 2024-01-20 |
Data di Pubblicazione | 2023-09-13 |
Valutazione | 4.27/5 Totale 2028 Valutazioni |
Sviluppatore | https://www.internetdownloadmanager.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.internetdownloadmanager.com/ |
URL della Pagina di Aiuto | http://www.internetdownloadmanager.com/support/chrome_integration.html |
URL della Pagina della Politica sulla Privacy | http://www.internetdownloadmanager.com/support/privacy.html |
Lingue Supportate | 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": [ " |