Download with Ant Download Manager

Download files with Ant Download Manager (AntDM)

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

Download with Ant Download Manager은(는) antdm-developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download files with Ant Download Manager (AntDM)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Ant Download Manager (AntDM) is an all-in-one download manager and accelerator. 
AntDM supports for multiple threads that aid it in speeding up tasks, along with automatic, manual and batch downloads.

DLHelper is auxiliary extension for Google Chrome could take over and accelerate the downloads of various files from your Chrome browser. 

For more ease of use, the extension adds "Download Link", "Download Selected", "Download All" items to the context menu browser.

We have not any ads, spy or malware.

Note: Windows only! For the extension to work properly, you must install AntDM software.                    

확장 프로그램 기본 정보

이름 Download with Ant Download Manager Download with Ant Download Manager
ID dalgiebmfcjackkbjfbfmlnflbdfbekj
공식 URL https://chromewebstore.google.com/detail/download-with-ant-downloa/dalgiebmfcjackkbjfbfmlnflbdfbekj
설명 Download files with Ant Download Manager (AntDM)
파일 크기 384 KB
설치 횟수 115,835
현재 버전 0.4.31
최근 업데이트 2020-12-02
출시 날짜 2020-03-19
평점 4.74/5 총 724 개의 평점
개발자 antdm-developer
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://antdownloadmanager.com/policy.php
지원되는 언어 de,en,fr,nl,es,it,ru,ar,zh-CN,zh-TW
manifest.json
{
    "name": "Download with Ant Download Manager",
    "short_name": "DLHelper",
    "version": "0.4.31",
    "description": "Download files with Ant Download Manager (AntDM)",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "31.0",
    "default_locale": "en",
    "offline_enabled": false,
    "background": {
        "persistent": true,
        "scripts": [
            "background_CH4.js",
            "popup\/jquery-3.2.1.min.js"
        ]
    },
    "icons": {
        "16": "icons\/app16.png",
        "128": "icons\/app128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/app19_disabled_x.png",
            "38": "icons\/app38_disabled_x.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": ""
    },
    "permissions": [
        "",
        "cookies",
        "contextMenus",
        "downloads",
        "tabs",
        "activeTab",
        "webNavigation",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "management",
        "storage"
    ]
}