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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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\/"
}