Reviews for Double-click Image Downloader
Double-click Image Downloader by Marnes
29 reviews
- Rated 4 out of 5by ProtonLover, 7 months agoOnly site this doesn't work on is pixiv is there a workaround at all if so? getting SERVER_FORBIDDEN
Developer response
posted a month agoSorry, they probably detect hotlinking (i.e. direct downloading) specifically to stop addons like this. Thank you for giving a reasonable rating to a functioning product, unlike all the petulant reviewers that go straight to 1 star for the silliest reasons as if it's a completely defective piece of junk. - Rated 4 out of 5by Kajjo, a year ago
- Rated 4 out of 5by MIM, 2 years agoIt's a good extension, it downloads orginal size image with Double-click, but it downloads image with random name & without extension (.webp, .jpg, etc). The image that is hyper-link too, you can right-click on image to download it, what it needs is to download image with page title name & with extension (.webp, .jpg, etc).
Developer response
posted a month agoFilenames and extensions depend entirely on the hosting server. Renaming using a.o. the page title is implemented but not supported by firefox itself. Thank you for the reasonable rating, all things considered, unlike the way some people rate projects. - Rated 4 out of 5by Firefox user 13140755, 3 years ago
- Rated 4 out of 5by Princess, 4 years agoIt works great but on Twitter, it downloads images without a file extension.
Developer response
posted 4 years agoCertainly a fair remark, though just for clarity I'd like to point out this is simply the nature of twitter's image hosting/linking, not a shortcoming in the addon. File extensions are a mere semantic convention and mostly only relevant in filesystems for human users. In HTTP-hosted resources, they're a mere courtesy a server/URL can decide not to offer. Other websites will similarly not include a file extension, and there's little an addon or browser can do about it (especially in firefox, which still doesn't implement filename manipulation for addons).
I just checked again, and the file extension could be derived from other data in twitter's URLs, but it would require both the missing renaming implementation in firefox as well as special handling code in my addon just for twitter. The latter I indeed choose not to implement, even for the chrome-based browsers that would support it. :) - Rated 4 out of 5by Firefox user 16033589, 4 years ago
- Rated 4 out of 5by Firefox user 15950359, 4 years agoSuper fast to save images!
I would like to have an option to auto add a timestamp in filename when saving, to have: timestamp+original filename.
Thank youDeveloper response
posted 4 years agoThat's not a bad idea, though the exact format will be an issue, and you could achieve this through your file manager and a renaming program, but that's understandably more effort. Maybe I can add y/m/d h/m/s variables that you can use as desired. I'm slogging through technical work on my addons right now and don't expect to work on new features for some time still though. Please follow progress or discuss here: https://gitlab.com/Marnes/doubleclick-image-downloader/-/issues/78 - Rated 4 out of 5by Firefox user 12284220, 4 years ago
- Rated 4 out of 5by Jalad, 5 years agoRemember last download folder option needed. Plz implement it asap
Developer response
posted 5 years agoModern addons are not able to control download locations, sorry. This is a deliberate design regarding user settings in browsers. I couldn't implement it even if I wanted to. - Rated 4 out of 5by Umpahpah, 5 years agoHi, and thanks for all the work, that is first. The second, why I gave 3 stars, is due to 2 issues: First, it often save image without proper extension, which is a bit annoying, and second, it does not allow to save images where Save images as.... has been disabled, and I know it is not your fault, just to re-report, as I read the comments first. So, the biggest issue is extension flaw, sometimes.
Thanks for the reply - it is just then a question how the Save image as does not make that mistake....
In any way, I raised the review for one star :)Developer response
posted 5 years agoThanks for the detailed feedback. As for file extensions, extensions are not actually a required thing in filenames, they're more of a loose convention. Websites tend to forego them depending on how their images are loaded (e.g. from data streams rather than files). It's the browser's responsibility to determine an extension if at all possible, based on data from the webserver if provided (such as a suggested filename, with or without extension). It's really not within an addon's power to ensure the presence of file extensions, or infer any, sorry. Developer response
posted 5 years agoOnly via your browser settings. Addons are not allowed to manipulate download locations.- Rated 4 out of 5by Sergnikow, 5 years ago
- Rated 4 out of 5by Zeco, 5 years agohello, I love this addon, but can you make notify auto close after 1 second? That would be prefect.
Developer response
posted 5 years agoNotifications are controlled by firefox, addons can't change their timing, sorry. If the notifications bother you, you can turn them off. - Rated 4 out of 5by Firefox user 14680850, 5 years ago
- Rated 4 out of 5by Firefox user 15109533, 5 years ago
- Rated 4 out of 5by Firefox user 14960896, 5 years ago
- Rated 4 out of 5by Firefox user 14622286, 6 years ago
- Rated 4 out of 5by Firefox user 13693519, 6 years ago
- Rated 4 out of 5by Akilrajas, 6 years agoPlease make images without extension be saved as .jpg. An example of a site with images without extension: https://www.kinopoisk.ru/news/3293122/
- Rated 4 out of 5by Firefox user 13150915, 6 years agoDoes what it says and works really well, but the options are limited. Some people might like that but I prefer the flexibility. The more you can customize the add-on, the less add-ons you need overall to get it to do what you want,
For instance, I'd really like to disabled it in the context menu but there's no such option. - Rated 4 out of 5by Firefox user 13662969, 7 years agoDoes a great job, I am using the hover over image for one click saving of images, would be great to be able to choose the default download folder for the images.
Thank you.Developer response
posted 7 years agoGlad you like it. Choosing a custom downloads folder will not be done: it's a bad idea and not even possible in/allowed by any browser anyway. All downloads in a browser will always go to the browser's download folder (or a subfolder within it). - Rated 4 out of 5by numbchild, 7 years ago
- Rated 4 out of 5by Firefox user 13548285, 7 years agoI like the double click feature to save images.
However, for the FireFox 57.0.1 version does not allow selecting of save location, it saves it to 'Download' folder.
Keep up the good work.
Thanks.
M - Rated 4 out of 5by Firefox user 13533262, 7 years ago
- Rated 4 out of 5by Firefox user 13487918, 7 years agoI will give 5 stars if it will be a button shortcut to save picture ( for example i set "Z" to save picture and when mouse is on picture i click z and picture is save already like it was in Save Images addon). And second thing which will be nice is be able to choose a folder where I can save picture.
Developer response
posted 7 years agoI'm not so sure about the hotkey feature but i can give it some thought.
Addons should not and in fact cannot download files to anywhere outside the browser's download directory. This addon does have a subfolder feature but firefox currently doesn't support it yet.
Also, you and everyone else, please stop using AMO "reviews" to request features. These reviews aren't a means of communication, and developing new features or fixing bugs requires communication. I've put email and support site links on the main page for a reason, please use them.