Download by Internet Download Manager

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

Co je Download by Internet Download Manager?

Download by Internet Download Manager je rozšíření Chrome vyvinuté emano.waldeck, a jeho hlavní funkcí je „Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Download by Internet Download Manager

Stáhněte si soubory rozšíření Download by Internet Download Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Download by Internet Download Manager Download by Internet Download Manager
ID lgbipmmmnjifkiiikaffhceflifbmhib
Oficiální URL https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib
Popis Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
Velikost souboru 93.6 KB
Počet instalací 60,668
Aktuální Verze 0.1.4
Poslední Aktualizace 2021-05-20
Datum Vydání 2018-10-07
Hodnocení 4.03/5 Celkem 135 Hodnocení
Vývojář emano.waldeck
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Emano-Waldeck/download-by/
URL Stránky Nápovědy https://github.com/Emano-Waldeck/download-by/
Podporované Jazyky 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
    }
}