多线程下载管理器 的评价
多线程下载管理器 作者: jingyu9575
344 条评价
- 评分 4 / 5来自 Firefox 用户 13928788,7 年前
- 评分 5 / 5来自 Firefox 用户 13918298,7 年前目前为止用过Safari、chrome、Firefox的各种下载类扩展,多线程下载管理器是用过最牛逼的,功能强大,很多网盘、Git、邮箱附件(QQ邮箱的)等解析正常,下载贼快! 辛苦了!
- 评分 5 / 5来自 Firefox 用户 13885247,7 年前
- 评分 4 / 5来自 moriwuhen,7 年前
- 评分 5 / 5来自 Firefox 用户 13826265,7 年前
- 评分 5 / 5来自 小明,7 年前
- 评分 5 / 5来自 Firefox 用户 12485651,7 年前
- 评分 4 / 5来自 Firefox 用户 13078201,7 年前Edited: The extension works very well now, my earlier problems with speed are gone.
Thanks!开发者回应
发布于 7 年前I'd like to know more details for improving. What's the download speeds of Firefox/Downthemall/this extension? Are you seeing very high CPU/disk usage?
Edit:
Can you provide a link? I can get 1MByte/s (my maximum bandwidth now) on httpd.apache.org. - 评分 5 / 5来自 Firefox 用户 13746545,7 年前
- 评分 4 / 5来自 Firefox 用户 13732206,7 年前开始使用几天了,感觉还可以。现在好多下载插件都需要安装额外的exe,但是这个不需要。多线程的支持很棒,估计也支持断点续传吧。
不过现在遇到一个问题,我的网速受到限制,100kB/S左右,但是有多台PC,需要下载一个将近30G的文件,请问怎么把这个大文件的下载任务分不到多台PC上 ?开发者回应
发布于 7 年前> 断点续传
多线程和断点续传原理是一样的。如果服务器不支持这个功能,扩展会用单线程下载,暂停图标会变成停止图标。
> 下载任务分到多台PC上
这可能有点困难,扩展现在不支持指定文件的字节范围。合并也是一个问题。我能想到比较简单的办法是,在所有PC上开代理服务器(例如SS),然后主机用代理客户端开负载均衡,用线程数=服务器数下载(前提是PC间有高速连接)。 - 评分 5 / 5来自 Firefox 用户 13502017,7 年前Downloads in good Speed, seems to work just fine. Nice Extension.
- 评分 3 / 5来自 Firefox 用户 13645153,7 年前tried your "MultiThreaded Download Manager" v0.7.1 on Windows 10 in Firefox (FF) v57.0.4 with ABP, NoScript, etc.
that version showing : "100%" downloaded, but progress bar remains as red-colored ! and %USERPROFILE%\Downloads\ folder has no downloaded file ! where is it saving by default ? !!! DOM / FF-Temp/Cache ?
after pressing the play button (shown next to filename), the file "Save as" window appears, but even after doing that, still NO file inside selected folder ! both HTTP & HTTPS based download fails to save into selected local folder.
EDIT: above problems are solved, after FF was restarted once :)
One more issue is : many secure website (for example: "https://www.example.com/") uses a common(multidomain) or primary/main/"www" or wildcard/* based SSL CERTIFICATE for all of their sub-domains. So when FF user has accepted such primary/multidomain/wildcard SSL-cert for their different subdomain (for example: "https://download.example.com/", "https://cdn.example.com/", ...) to view webpages and if FF user attempts to download file(s) from such HTTPS based subdomain, then files are not downloaded by this extension ! So this extension need to recognize those (multidomain/primary/wildcard) type of SSL-cert which is used by that subdomain (as user has already accepted that SSL-cert inside FF) or this extension need to prompt/ask FF-user to view+approve that SSL-cert (for that subdomain) to continue downloading process over encrypted HTTPS connection. The play-button which is shown next to file-name, can bring the "Save as" window, but cannot save file into selected folder !
EDIT: above problem still exists even after restarting FF once. And after restarting FF, now "Save as" window does not appear anymore for such downloads ! so such files are not downloaded !开发者回应
发布于 7 年前Next time the item becomes red, please hover the mouse on the red cross icon, and report the error message shown. This may help me know the reason.
The cache directory is %APPDATA%\Mozilla\Firefox\Profiles\***\storage\permanent\moz-extension+++***\idb\***.files\ . The extension should move the file out when the download is finished.
About the HTTPS problem: I may be able to workaround by prompting the user. However as far as I know, most HTTPS sites are trusted by the browser and do not need manual approval. If all HTTPS websites show the certificate prompt, there is a possibility that your ISP is actively monitoring your Internet connection. - 评分 5 / 5来自 Firefox 用户 13064826,7 年前我很奇怪,百度分享界面网页版https://pan.baidu.com/s/1mkmUv48右下角提示不支持此地址下载Javascript:void(0),我不是IT农,不懂,但是把https://pan.baidu.com/s/1mkmUv48这个中的“S”改成“wap”又能下载,只不过速度在390KB左右,因为IDM也不能识别这个百度源连接,所以您这软件算是江湖救急,很不错
开发者回应
发布于 7 年前右键下载只能用在链接上,百度网盘的那个下载按钮不是链接,是获取链接的程序,所以会出错。可以开启监视下载然后直接点击下载按钮,或者用显示链接的脚本。
在我这,百度网盘对每个线程限速100KB,而插件的默认线程数是4,所以大概是这个速度。