多线程下载管理器 的评价
多线程下载管理器 作者: jingyu9575
346 条评价
- 评分 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,所以大概是这个速度。 - 评分 5 / 5来自 Firefox 用户 13446626, 7 年前有一定几率无法点下载,发生了好几次了
F12没有错误信息
Firefox 58 beta12
截屏:https://s20.postimg.org/q2t2kk20t/firefox.gif
重启扩展可以修复这个问题
但是下一次不知道什么时候又出这个问题了
——————————————————————————————————
看了下下载不能点的时候是有表格显示出来的
https://s20.postimg.org/k399v9y3h/image.gif开发者回应
发布于 7 年前目前我在58.0b12开发者版本还没遇到这个问题。我会在以后测试时注意这件事。
另外,下次出现,请在F12中运行:
browser.storage.local.get().then(console.table)
正常情况下,除了Promise { : "pending" },还应该显示一个表格,包含扩展的设置。如果没有表格,说明窗口和扩展进程的连接中断了(或扩展进程崩溃了),这就是Firefox的bug了。 开发者回应
发布于 7 年前Firefox limits the number of simultaneous connections to a single server. If more than 6 threads are needed, increase network.http.max-persistent-connections-per-server and network.http.max-persistent-connections-per-proxy in about:config .开发者回应
发布于 7 年前> 没有独立的下载管理器;退出火狐浏览器后还能用独立的下载管理器继续下载
如果是指像downthemall的管理器窗口,可以在工具栏按钮上右键,用新窗口打开。在这个窗口打开时关闭火狐主窗口,下载可以继续。
> 下载管理界面太简陋
欢迎到支持网站提出改进意见。
> 统计网络下载速度峰值,平均值,还有限速
长期计划。短期内希望先查明和解决楼上的300B/s问题,提高性能。- 评分 1 / 5来自 Firefox 用户 13609888, 7 年前This download manager is horrible. Downlaod speed doesn't increase above 300B/s. Yes B as in Bytes. What a joke.
Dev- Please make it better or remove it entirely as there are many useless extensions lying around.开发者回应
发布于 7 年前On my system it is not that slow, and I think there are other users who use it without this problem, from the comments/usage statistics. So I'd like to keep it here and try to improve it.
I am aware of a problem that may cause this: when a download is created, the storage space is pre-allocated. During the time the blank file is created on the disk, the download cannot proceed. This will be fixed, but it will need some work and time. - 评分 5 / 5来自 Firefox 用户 12539774, 7 年前简明好用,更新快,我用这个代替了57.0版本下不能用的DownThemAll 。
设置页面的组合选择框位置有点问题,离该在的地方有点远,太靠底部了。 开发者回应
发布于 7 年前火狐的“主进程外扩展”功能被禁用时(Linux/macOS 下默认禁用),扩展会出现一些问题。如果启用这个功能没有出错,建议启用,否则请更新v0.7后勾选“第一次保存尝试有问题,我希望跳过它”。
详见:https://github.com/jingyu9575/multithreaded-download-manager/wiki/Problems-with-disabling-the-feature-%22out-of-process-extensions%22#zh-cn- 评分 5 / 5来自 Juanka Hula, 7 年前Edit: Great to know; then this extension is better than what the description lead me to think.
Rating updated.
Great addon. Would be nice if you could fix the issue with the updating of the addon and the pausing before exiting. Maybe detect when user wants to exit firefox and say you have pending downloads would you like to pause/, remove the downloads or cancel closing firefox. If the update issue cannot be fixed then maybe alert the user via the extension when there is an update?开发者回应
发布于 7 年前Actually it is OK to ignore that suggestion. If it is updated or exited while downloading, only about 1 second's progress will be lost. The downloads will resume after the update or the next start of Firefox. This feature is less tested though (I often use this extension but only sometimes exit while downloading), so the suggestion is written.
Now (v0.3) its automatic update is configured to be delayed until browser restart. I do not know any method of detecting Firefox exit without interfering the tabs (limitation of Firefox 57 extension).
The description will be rephrased. - 评分 5 / 5来自 Firefox 用户 12803554, 7 年前EDIT: 能否让最新下载任务在最上边?现在下载几个就看不见了
隐藏非常深但超级好的应用,FF57+后必有之精粹之一:)不知是否能让下载界面如火狐内下载一样在新窗口打开?或如书签在侧栏一直开着?能在番网页时下载进展一直显示?不管怎样感谢作者的辛苦!
A hidden gem of an add-on, one of the rare few I actually added on Quantum. Would love to have the download progress shown as bottom bar (like download status bar / Chrome download bar), or sidebar (like bookmarks). Greatly appreciate the author's hard work! - 评分 3 / 5来自 Firefox 用户 13240903, 7 年前
- 评分 5 / 5来自 Richard Wu, 7 年前
- 评分 4 / 5来自 Firefox 用户 13515722, 7 年前This shows great promise.
What would be nice, would be a feature to choose from all the links on a page.
I look forward to development.