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 파일 다운로드

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

확장 프로그램 사용 설명서

                        ** 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
}