IDM- integration addon

IDM integration - adds "Download with IDM" context menu item for the file links

O que é IDM- integration addon?

IDM- integration addon é uma extensão do Chrome desenvolvida por Dev. Group, e sua principal característica é "IDM integration - adds "Download with IDM" context menu item for the file links".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IDM- integration addon

Baixe arquivos de extensão IDM- integration addon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Internet Download Manager ( IDM ) is a popular tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. 



This Chrome  extension requires that Internet Download Manager  
( IDM ) desktop application is installed. Integration module adds "Download with IDM" context menu item for the file links and displays Download panel over page-embedded multimedia content, providing various helper functions to the main application as well.



Internet Download Manager can be downloaded and installed from the official website:

http://www.internetdownloadmanager.com/

If you like Internet Download Manager - Please leave Review and 5*****.                    

Informações Básicas da Extensão

Nome IDM- integration addon IDM- integration addon
ID pekpblgmdlmdpmleogokpeahkhginkab
URL Oficial https://chrome.google.com/webstore/detail/idm-integration-addon/pekpblgmdlmdpmleogokpeahkhginkab
Descrição IDM integration - adds "Download with IDM" context menu item for the file links
Tamanho do Arquivo 101 KB
Contagem de Instalações 534,830
Versão Atual 0.0.4
Última Atualização 2022-11-07
Data de Publicação 2021-10-01
Classificação 2.94/5 Total de 35 Avaliações
Desenvolvedor Dev. Group
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "0.0.4",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/cnt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.internetdownloadmanager.com\/*"
        ]
    },
    "offline_enabled": false,
    "permissions": [
        "downloads",
        "downloads.shelf",
        "management",
        "storage",
        "proxy",
        "nativeMessaging",
        "",
        "cookies",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "notifications",
        "system.display"
    ],
    "web_accessible_resources": [
        "js\/document.js",
        "cpt.html",
        "js\/cpt.js",
        "js\/debug.js"
    ]
}