Download by Internet Download Manager

Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support

What is Download by Internet Download Manager?

Download by Internet Download Manager is a Chrome extension developed by emano.waldeck, and its main feature is "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support".

Extension Screenshots

screenshot

Download Download by Internet Download Manager Extension CRX File

Download Download by Internet Download Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Download by Internet Download Manager Download by Internet Download Manager
ID lgbipmmmnjifkiiikaffhceflifbmhib
Official URL 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
File Size 93.6 KB
Installation Count 60,668
Current Version 0.1.4
Last Updated 2021-05-20
Publish Date 2018-10-07
Rating 4.03/5 Total 135 Ratings
Developer emano.waldeck
Email [email protected]
Payment Type free
Extension Website https://github.com/Emano-Waldeck/download-by/
Help Page URL https://github.com/Emano-Waldeck/download-by/
Supported Languages 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
    }
}