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

Cos'è Download with Internet Download Manager?

Download with Internet Download Manager è un'estensione di Chrome sviluppata da balvin.perrie, e la sua funzione principale è "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download with Internet Download Manager

Scarica i file di estensione Download with 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 Download with Internet Download Manager Download with Internet Download Manager
ID ijagoebbhgpklaaliglekagdjpigbcgm
URL Ufficiale https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm
Descrizione Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Dimensione del File 97.44 KB
Conteggio Installazioni 17,872
Versione Corrente 0.2.2
Ultimo Aggiornamento 2020-12-30
Data di Pubblicazione 2020-02-26
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore balvin.perrie
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://add0n.com/download-with.html?from=idm
URL della Pagina di Aiuto https://add0n.com/download-with.html?from=idm
URL della Pagina della Politica sulla Privacy https://add0n.com/policies/balvin.perrie.txt
Lingue Supportate 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"
    ]
}