Ninja Download Manager

Allows you to quickly add downloads to NDM from within the Chrome browser

Ninja Download Managerとは何ですか?

Ninja Download Managerはhttps://ninjadownloadmanager.comによって開発されたChromeの拡張機能で、その主な機能は「Allows you to quickly add downloads to NDM from within the Chrome browser」です。

拡張機能のスクリーンショット

screenshot

Ninja Download Manager拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ** IMPORTANT You must have Ninja Download Manager installed and running for this plugin to work. You can download it from our website here by clicking on the link below.

https://ninjadownloadmanager.com/


The Ninja Download Manager Chrome extension allows you to easily add new downloads to the free Ninja Download Manager from within Chrome.

Once both Ninja Download Manager and the extension are installed simply right click on a link and choose Download with Ninja Download Manager.

New in v1.9

Change the app name to NDM and improve the connection error message.

New in v1.8

Added an additional flag to tell DN that a download was initiated by the user and not intercepted so that DN does not ignore manually added downloads when disable keys are pressed.

New in v1.7

Added support for browser bypass/force keys. Requires Download Ninja 24 or above

New in v1.6

Fixed issue with existing downloads being added at Chrome startup

New in v1.5

Easily list available media downloads from video and audio websites and send them to Download Ninja with a single click.                    

拡張機能の基本情報

名前 Ninja Download Manager Ninja Download Manager
ID gklhnpfkcfpkjcihhjbgmhgkcajamlmd
公式URL https://chromewebstore.google.com/detail/ninja-download-manager/gklhnpfkcfpkjcihhjbgmhgkcajamlmd
説明 Allows you to quickly add downloads to NDM from within the Chrome browser
ファイルサイズ 58.47 KB
インストール数 28,679
現在のバージョン 1.9
最終更新日 2020-02-18
公開日 2020-02-18
評価 4.23/5 合計 357 レビュー
開発者 https://ninjadownloadmanager.com
支払い方法 free
対応言語 en
manifest.json
{
    "name": "Ninja Download Manager",
    "homepage_url": "http:\/\/ninjadownloadmanager.com",
    "description": "Allows you to quickly add downloads to NDM from within the Chrome browser",
    "version": "1.9",
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "webRequest",
        "downloads",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Ninja Download Manager",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}