Download with Internet Download Manager

Easily open desired links in Internet Download Manager

Download with Internet Download Manager란 무엇입니까?

Download with Internet Download Manager은(는) https://open-with-idm.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily open desired links in Internet Download Manager"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Download with Internet Download Manager Download with Internet Download Manager
ID lggbkhcdojaliofkffiehndnmppnoonl
공식 URL https://chrome.google.com/webstore/detail/download-with-internet-do/lggbkhcdojaliofkffiehndnmppnoonl
설명 Easily open desired links in Internet Download Manager
파일 크기 507 KB
설치 횟수 8,779
현재 버전 1.0.0
최근 업데이트 2020-12-11
출시 날짜 2020-10-20
평점 3.89/5 총 406 개의 평점
개발자 https://open-with-idm.freefinancetools.net
이메일 [email protected]
결제 유형 free
지원되는 언어 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
    }
}