LeechBlock NG에 대한 리뷰
LeechBlock NG 제작자: James Anderson
Naresh 님의 리뷰
This extension is a complete lifesaver! Thanks a lot for all the effort you have put into this.
However, I have temporarily reduced a star in the rating because I noticed that your latest update requires permission to 'Download files and read & modify my download history' and I wasn't completely sure why that was needed. Can you please shed some light on this?
EDIT: Thanks a lot for the quick reply! That commit explains the changed permissions.
However, I have temporarily reduced a star in the rating because I noticed that your latest update requires permission to 'Download files and read & modify my download history' and I wasn't completely sure why that was needed. Can you please shed some light on this?
EDIT: Thanks a lot for the quick reply! That commit explains the changed permissions.
개발자 답글
8년 전에 게시됨Happy to explain. Access to the download manager was needed for the export options function (implemented in v0.4). Given the constraints of WebExtensions, the easiest way to deliver a file to the user is via downloads. You can confirm from the source code (available on GitHub) that this is the only use of the download manager.