NeatDownloadManager Extension

Sends Download Links to Neat Download Manager

NeatDownloadManager Extension क्या है?

NeatDownloadManager Extension https://www.neatdownloadmanager.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends Download Links to Neat Download Manager"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NeatDownloadManager Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/"
}