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 |
官方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": [ " |