Download with Internet Download Manager

Easily open desired links in Internet Download Manager

Qu'est-ce que Download with Internet Download Manager ?

Download with Internet Download Manager est une extension Chrome développée par https://open-with-idm.freefinancetools.net, et sa fonction principale est "Easily open desired links in Internet Download Manager".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Download with Internet Download Manager

Téléchargez les fichiers d'extension Download with Internet Download Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Download with Internet Download Manager Download with Internet Download Manager
ID lggbkhcdojaliofkffiehndnmppnoonl
URL Officiel https://chrome.google.com/webstore/detail/download-with-internet-do/lggbkhcdojaliofkffiehndnmppnoonl
Description Easily open desired links in Internet Download Manager
Taille du Fichier 507 KB
Nombre d'Installations 8,779
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-12-11
Date de Publication 2020-10-20
Évaluation 3.89/5 Total 406 Évaluations
Développeur https://open-with-idm.freefinancetools.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "icons": {
        "16": "data\/icons\/icon-16.png",
        "32": "data\/icons\/icon-32.png",
        "48": "data\/icons\/icon-48.png",
        "64": "data\/icons\/icon-64.png",
        "128": "data\/icons\/icon-128.png",
        "256": "data\/icons\/icon-256.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "core\/webext\/utils\/EventEmitter.js",
            "core\/webext\/core\/base.js",
            "core\/webext\/core\/chrome.storage.js",
            "core\/webext\/core\/chrome.runtime.js",
            "core\/webext\/core\/chrome.browserAction.js",
            "core\/webext\/core\/chrome.contextMenus.js",
            "core\/webext\/core\/chrome.tabs.js",
            "js\/update.js",
            "termlib_parser.js",
            "config.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/icon-16.png",
            "32": "data\/icons\/icon-32.png",
            "48": "data\/icons\/icon-48.png",
            "64": "data\/icons\/icon-64.png",
            "128": "data\/icons\/icon-128.png",
            "256": "data\/icons\/icon-256.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}