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'est-ce que Download with Internet Download Manager ?

Download with Internet Download Manager est une extension Chrome développée par balvin.perrie, et sa fonction principale est "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in 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 ijagoebbhgpklaaliglekagdjpigbcgm
URL Officiel https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm
Description Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Taille du Fichier 97.44 KB
Nombre d'Installations 17,872
Version Actuelle 0.2.2
Dernière Mise à Jour 2020-12-30
Date de Publication 2020-02-26
Évaluation 3.83/5 Total 6 Évaluations
Développeur balvin.perrie
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://add0n.com/download-with.html?from=idm
URL de la Page d'Aide https://add0n.com/download-with.html?from=idm
URL de la Page de Politique de Confidentialité https://add0n.com/policies/balvin.perrie.txt
Langues Prises en Charge 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"
    ]
}