Download by Internet Download Manager
Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
Qu'est-ce que Download by Internet Download Manager ?
Download by Internet Download Manager est une extension Chrome développée par emano.waldeck, et sa fonction principale est "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download by Internet Download Manager
Téléchargez les fichiers d'extension Download by Internet Download Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | lgbipmmmnjifkiiikaffhceflifbmhib |
URL Officiel | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
Description | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
Taille du Fichier | 93.6 KB |
Nombre d'Installations | 60,668 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2021-05-20 |
Date de Publication | 2018-10-07 |
Évaluation | 4.03/5 Total 135 Évaluations |
Développeur | emano.waldeck |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Emano-Waldeck/download-by/ |
URL de la Page d'Aide | https://github.com/Emano-Waldeck/download-by/ |
Langues Prises en Charge | 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 } } |