37 reviews
- by Firefox user 15616741, 2 months agoRated 1 out of 5Not working for firefox, and actually only partly working for chrome
- by aminomancer, 3 months agoRated 5 out of 5works great for me, i use it several times a month. others complaining about it probably don't have a valid token or have some issue with their browser prefs, CSP, etc. one suggestion i'd offer, though, is to add an options page with a 'dark mode' toggle. the black checkmark can be difficult to see over a dark background, e.g. if the user has dark reader or something similar.
it's simple enough for users to make the checkmark white with a userContent.css file, but it can't hurt to add an options page and it's just a tiny bit of code and manifest changes. actually, you could just skip that and dynamically get the background color to flip a toggle for the checkmark color:
let checkmark = "white",
bgc = window.getComputedStyle(document.body).backgroundColor.match(/\d+/g);
bgc.some(i => i > 100) ? checkmark = "black" : checkmark = "white";
that's as simple as i could think of, maybe there's a better way. anyway thanks for the great extension. - by Halmesn, 6 months agoRated 1 out of 5Not working anymore on Firefox. Tried restart, reload and all the token stuff but still didn't work
- by bujiatangXX, 6 months agoRated 2 out of 5Don't know why but after I clicked the button it said:
Collect checked items...
Collect blob urls...
Readme.md url fetched.
Collect blob contents...
Not Found
Then nothing was downloaded - by Firefox user 16204863, 8 months agoRated 5 out of 5
- by Fodil, 10 months agoRated 5 out of 5
- by cwkktt, a year agoRated 5 out of 5
- by RMtz97, a year agoRated 3 out of 5Good extension but had trouble finding the GitZip icon. The graphic doesn't load but the button is there on the address bar.
- by 八荒山人, a year agoRated 5 out of 5
- by Yasantha, a year agoRated 5 out of 5Thank you KinoLien for this amazing extension. I'm using it in all my browsers. Also using the github-files-fetcher as well. Everything is working as expected and the visual identifier for each downloaded items makes it even more useful to identify which items were downloaded.
- by Firefox user 14968423, a year agoRated 5 out of 5
- by Firefox user 14692896, a year agoRated 5 out of 5Thank you very much!
Is Really Useful, I want to download only few MB's, insted the Whole various GB's Project.
I will contribute with a donation very soon!
Author let's develop the great add-ons
Thanks a lot. - by steinven, a year agoRated 5 out of 5
- by Firefox user 12856843, a year agoRated 5 out of 5
- by Firefox user 15323268, 2 years agoRated 5 out of 5
- by Firefox user 15290823, 2 years agoRated 5 out of 5
- by nsmks94, 2 years agoRated 5 out of 5