Download with Internet Download Manager
Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Was ist Download with Internet Download Manager?
Download with Internet Download Manager ist eine Chrome-Erweiterung, die von balvin.perrie entwickelt wurde, und ihr Hauptmerkmal ist "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager".
Erweiterungsscreenshots
Download with Internet Download Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download with Internet Download Manager-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
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ijagoebbhgpklaaliglekagdjpigbcgm |
| Offizielle URL | https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm |
| Beschreibung | Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager |
| Dateigröße | 97.44 KB |
| Installationsanzahl | 17,872 |
| Aktuelle Version | 0.2.2 |
| Letztes Update | 2020-12-30 |
| Veröffentlichungsdatum | 2020-02-26 |
| Bewertung | 3.83/5 Insgesamt 6 Bewertungen |
| Entwickler | balvin.perrie |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://add0n.com/download-with.html?from=idm |
| Hilfeseite URL | https://add0n.com/download-with.html?from=idm |
| URL der Datenschutzrichtlinien-Seite | https://add0n.com/policies/balvin.perrie.txt |
| Unterstützte Sprachen | en,fr,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Download with Internet Download Manager",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.2.2",
"manifest_version": 2,
"permissions": [
"storage",
"nativeMessaging",
"notifications",
"downloads",
"contextMenus"
],
"optional_permissions": [
"*:\/\/*\/*"
],
"background": {
"persistent": false,
"scripts": [
"config.js",
"termlib_parser.js",
"background.js"
]
},
"browser_action": [],
"icons": {
"16": "data\/icons\/16.png",
"19": "data\/icons\/19.png",
"32": "data\/icons\/32.png",
"38": "data\/icons\/38.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png",
"256": "data\/icons\/256.png"
},
"homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm",
"options_ui": {
"page": "data\/options\/index.html",
"chrome_style": true,
"open_in_tab": true
},
"web_accessible_resources": [
"data\/grab\/index.html"
]
} | |