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”。
擴展截圖
下載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 |
ID | cpcifbdmkopohnnofedkjghjiclmhdah |
官方網址 | 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": [ " |