erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

Cannot add extension to Brave Browser #176

Closed kenXengineering closed 3 years ago

kenXengineering commented 3 years ago

The Brave Browser does not allow use of extensions added to the browser outside of the chrome web store, for security reasons. Would it be possible to have the HTTP Downloader extension added to the Chrom Web Store?

erickutcher commented 3 years ago

It's possible, but Google wants a fee and they're not getting a cent from me. You should be able to sideload the extension by turning on Developer mode and loading the unpacked extension. The only issue with this approach is that it doesn't auto-update, but I don't intend to do any major changes to the extensions so it doesn't really matter at this point.

HTTP_Downloader_Chrome_Extension.zip

Extract the zip file somewhere. Go into Brave's extension window and enable Developer mode. Select Load unpacked and then select the extracted folder.

kenXengineering commented 3 years ago

Well that was easy, don't know why I didn't think of that. Thanks!