IDM Integration Module
Download files with Internet Download Manager
Vad är IDM Integration Module?
IDM Integration Module är en Chrome-tillägg utvecklad av https://www.internetdownloadmanager.com, och dess huvudfunktion är "Download files with Internet Download Manager".
Tilläggsskärmbilder
Ladda ner IDM Integration Module-förlängningens CRX-fil
Ladda ner IDM Integration Module-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds "Download with IDM" context menu item for links.
Grundläggande Information om Tillägg
Namn | IDM Integration Module |
ID | ngpampappnmepgilojfohadhhmbhlaek |
Officiell webbadress | https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek |
Beskrivning | Download files with Internet Download Manager |
Filstorlek | 107 KB |
Antal Installationer | 21,000,000 |
Aktuell Version | 6.42.3 |
Senast Uppdaterad | 2024-01-20 |
Publiceringsdatum | 2023-09-13 |
Betyg | 4.27/5 Totalt 2028 Betyg |
Utvecklare | https://www.internetdownloadmanager.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.internetdownloadmanager.com/ |
Hjälpsida URL | http://www.internetdownloadmanager.com/support/chrome_integration.html |
URL till Sekretesspolicy Sidan | http://www.internetdownloadmanager.com/support/privacy.html |
Stödda Språk | 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": [ " |