Download by Internet Download Manager
Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
Wat is Download by Internet Download Manager?
Download by Internet Download Manager is een Chrome-extensie ontwikkeld door emano.waldeck, en de belangrijkste functie is "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support".
Extensie Screenshots
Download het CRX-bestand van de extensie Download by Internet Download Manager
Download Download by Internet Download Manager-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
Basisinformatie over de Extensie
Naam | |
ID | lgbipmmmnjifkiiikaffhceflifbmhib |
Officiële URL | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
Beschrijving | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
Bestandsgrootte | 93.6 KB |
Aantal Installaties | 60,668 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2021-05-20 |
Publicatiedatum | 2018-10-07 |
Beoordeling | 4.03/5 Totaal 135 Beoordelingen |
Ontwikkelaar | emano.waldeck |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Emano-Waldeck/download-by/ |
Help Pagina-URL | https://github.com/Emano-Waldeck/download-by/ |
Ondersteunde Talen | 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 } } |