NeatDownloadManager Extension

Sends Download Links to Neat Download Manager

ما هو NeatDownloadManager Extension؟

NeatDownloadManager Extension هو إضافة Chrome تم تطويرها بواسطة https://www.neatdownloadmanager.com، والميزة الرئيسية لها هي "Sends Download Links to Neat Download Manager".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NeatDownloadManager Extension

قم بتنزيل ملفات الامتداد NeatDownloadManager Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
}