Download with Internet Download Manager

Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager

¿Qué es Download with Internet Download Manager?

Download with Internet Download Manager es una extensión de Chrome desarrollada por balvin.perrie, y su función principal es "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Download with Internet Download Manager

Descarga archivos de extensión Download with Internet Download Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Download with Internet Download Manager Download with Internet Download Manager
ID ijagoebbhgpklaaliglekagdjpigbcgm
URL Oficial https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm
Descripción Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Tamaño del Archivo 97.44 KB
Cantidad de Instalaciones 17,872
Versión Actual 0.2.2
Última Actualización 2020-12-30
Fecha de Publicación 2020-02-26
Calificación 3.83/5 Total de 6 Calificaciones
Desarrollador balvin.perrie
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://add0n.com/download-with.html?from=idm
URL de la Página de Ayuda https://add0n.com/download-with.html?from=idm
URL de la Página de Política de Privacidad https://add0n.com/policies/balvin.perrie.txt
Idiomas Soportados en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download with Internet Download Manager",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.2.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "nativeMessaging",
        "notifications",
        "downloads",
        "contextMenus"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "config.js",
            "termlib_parser.js",
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm",
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "data\/grab\/index.html"
    ]
}