Download by Internet Download Manager
Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
Was ist Download by Internet Download Manager?
Download by Internet Download Manager ist eine Chrome-Erweiterung, die von emano.waldeck entwickelt wurde, und ihr Hauptmerkmal ist "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support".
Erweiterungsscreenshots
Download by Internet Download Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download by 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 | lgbipmmmnjifkiiikaffhceflifbmhib |
Offizielle URL | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
Beschreibung | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
Dateigröße | 93.6 KB |
Installationsanzahl | 60,668 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2021-05-20 |
Veröffentlichungsdatum | 2018-10-07 |
Bewertung | 4.03/5 Insgesamt 135 Bewertungen |
Entwickler | emano.waldeck |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Emano-Waldeck/download-by/ |
Hilfeseite URL | https://github.com/Emano-Waldeck/download-by/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.4", "name": "Download by Internet Download Manager", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "homepage_url": "https:\/\/add0n.com\/download-by.html?from=idm", "permissions": [ "storage", "notifications", "webRequest", "webRequestBlocking", "nativeMessaging", "contextMenus", "downloads", "*:\/\/*\/*" ], "background": { "scripts": [ "webext.js", "termlib_parser.js", "config.js", "background.js" ] }, "browser_action": [], "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |