xsmile / chromexup

External extension updater for Chromium based browsers
MIT License
13 stars 1 forks source link

CRX3 extension support, Debug option #10

Closed rEnr3n closed 6 years ago

rEnr3n commented 6 years ago

I have a problem installing HTTPS Everywhere.

[WARNING] extension is not downloadable gcbommkclmclpchllfjekcdonpmejbdp

I had this for weeks. I thought it was just a server issue. I tried to remove and reinstall. It's still not working.

EDIT: I just remembered I use adblocking. It could have been blocked by that. I just don't know what domain to whitelist. Can you add a debug option?

xsmile commented 6 years ago

The new CRX3 extension format caused the issue. These extensions require slightly different request parameters for the download URL. Version 0.5.1 should fix this.

Such an option already exists. You can use the -v parameter to increase output verbosity.

rEnr3n commented 6 years ago

It's working now on 0.5.1. Thank you.