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ファイルをダウンロード

Download with Ant Download Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}