IDM Integration Module

Download files with Internet Download Manager

IDM Integration Module란 무엇입니까?

IDM Integration Module은(는) https://www.internetdownloadmanager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download files with Internet Download Manager"입니다.

확장 프로그램 스크린샷

screenshot

IDM Integration Module 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds "Download with IDM" context menu item for links.                    

확장 프로그램 기본 정보

이름 IDM Integration Module IDM Integration Module
ID ngpampappnmepgilojfohadhhmbhlaek
공식 URL https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek
설명 Download files with Internet Download Manager
파일 크기 107 KB
설치 횟수 21,000,000
현재 버전 6.42.3
최근 업데이트 2024-01-20
출시 날짜 2023-09-13
평점 4.27/5 총 2028 개의 평점
개발자 https://www.internetdownloadmanager.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.internetdownloadmanager.com/
도움말 페이지 URL http://www.internetdownloadmanager.com/support/chrome_integration.html
개인정보 보호 정책 페이지 URL http://www.internetdownloadmanager.com/support/privacy.html
지원되는 언어 de,en,fr,nl,tr,es,it,pl,ru,iw,fa,th,ar,zh-CN,zh-TW
manifest.json
{
    "name": "IDM Integration Module",
    "description": "__MSG_extension_desc__",
    "version": "6.42.3",
    "author": "Tonec FZE",
    "homepage_url": "http:\/\/www.internetdownloadmanager.com\/",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "captured.html"
    ],
    "permissions": [
        "",
        "tabs",
        "cookies",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.shelf",
        "management",
        "storage",
        "proxy",
        "nativeMessaging"
    ],
    "optional_permissions": [
        "notifications",
        "system.display"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.internetdownloadmanager.com\/*",
            "*:\/\/*.tonec.com\/*"
        ]
    },
    "content_security_policy": "connect-src *; script-src 'self' 'sha256-3A6Y6ygbQdayC7L3d1LSwz60wQiRVT9GBErQTn6TwTo='; style-src 'unsafe-inline'; default-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "47.0",
    "offline_enabled": false,
    "manifest_version": 2
}