Download by Internet Download Manager
Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
Cos'è Download by Internet Download Manager?
Download by Internet Download Manager è un'estensione di Chrome sviluppata da emano.waldeck, e la sua funzione principale è "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Download by Internet Download Manager
Scarica i file di estensione Download by Internet Download Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | lgbipmmmnjifkiiikaffhceflifbmhib |
URL Ufficiale | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
Descrizione | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
Dimensione del File | 93.6 KB |
Conteggio Installazioni | 60,668 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2021-05-20 |
Data di Pubblicazione | 2018-10-07 |
Valutazione | 4.03/5 Totale 135 Valutazioni |
Sviluppatore | emano.waldeck |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Emano-Waldeck/download-by/ |
URL della Pagina di Aiuto | https://github.com/Emano-Waldeck/download-by/ |
Lingue Supportate | 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 } } |