Integration Module Internet Download Manager

Integration Module for internet download manager chrome extension.

Integration Module Internet Download Manager란 무엇입니까?

Integration Module Internet Download Manager은(는) IDM - Integration Module Download Manager에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integration Module for internet download manager chrome extension."입니다.

확장 프로그램 스크린샷

screenshot

Integration Module Internet Download Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Integration Module for internet download manager chrome extension.

You can download with internet download manager                    

확장 프로그램 기본 정보

이름 Integration Module Internet Download Manager Integration Module Internet Download Manager
ID fghdanjkpbbenaddbpldbnndpbaiboaa
공식 URL https://chromewebstore.google.com/detail/integration-module-intern/fghdanjkpbbenaddbpldbnndpbaiboaa
설명 Integration Module for internet download manager chrome extension.
파일 크기 126 KB
설치 횟수 25,431
현재 버전 7.0.5
최근 업데이트 2024-02-17
출시 날짜 2023-04-10
평점 4.27/5 총 45 개의 평점
개발자 IDM - Integration Module Download Manager
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://mikeprg.com/privacy-policy-2
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "_execute_action": []
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/disabled\/16.png",
            "18": "data\/icons\/disabled\/18.png",
            "19": "data\/icons\/disabled\/19.png",
            "32": "data\/icons\/disabled\/32.png",
            "36": "data\/icons\/disabled\/36.png",
            "38": "data\/icons\/disabled\/38.png",
            "48": "data\/icons\/disabled\/48.png",
            "64": "data\/icons\/disabled\/64.png"
        }
    },
    "default_locale": "en_US",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/css\/bootstrap.min.css https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js "
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "nativeMessaging"
    ],
    "short_name": "INDM",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.5"
}