NeatDownloadManager Extension

Sends Download Links to Neat Download Manager

NeatDownloadManager Extensionとは何ですか?

NeatDownloadManager Extensionはhttps://www.neatdownloadmanager.comによって開発されたChromeの拡張機能で、その主な機能は「Sends Download Links to Neat Download Manager」です。

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

screenshot
screenshot
screenshot

NeatDownloadManager Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Integrates  Neat Download Manager Application with Chrome browser.
Sends your Download links to Neat Download Manager and helps you Download Video/Audio from many websites.

Caution:
 For Mac and Windows and needs Neat Download Manager to be installed. 
 Can’t download YouTube videos and encrypted media files.
 NeatDownloadManager does not collect or send any personal data.
 Holding down Delete-Key will bypass the extension.                    

拡張機能の基本情報

名前 NeatDownloadManager Extension NeatDownloadManager Extension
ID cpcifbdmkopohnnofedkjghjiclmhdah
公式URL https://chromewebstore.google.com/detail/neatdownloadmanager-exten/cpcifbdmkopohnnofedkjghjiclmhdah
説明 Sends Download Links to Neat Download Manager
ファイルサイズ 35.75 KB
インストール数 365,694
現在のバージョン 1.9.92
最終更新日 2023-11-21
公開日 2020-02-18
評価 4.12/5 合計 179 レビュー
開発者 https://www.neatdownloadmanager.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.neatdownloadmanager.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.9.92",
    "author": "Javad Motallebi",
    "description": "Sends Download Links to Neat Download Manager",
    "name": "NeatDownloadManager Extension",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "js": [
                "ct.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon16.png",
                "img\/icon16_2x.png",
                "img\/close16.png",
                "img\/close16_2x.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "cookies",
        "contextMenus",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "homepage_url": "https:\/\/www.neatdownloadmanager.com\/"
}