Image Max URL 的評論
Image Max URL 作者: qsniyg
qsniyg 的回應
開發者回應
張貼於 6 年前(Sorry for the late reply, for some reason I hadn't been notified)
>it's just that I'm hindered a bit by how to popup-on-hover doesn't disappear when we leave the thumbnail beneath
If you set "Popup position" -> "Beside Cursor" (as you wrote), and "Close when leaving thumbnail" (which should be the default), it should work, at least it does for me on Reddit... would you mind opening a github issue (link is on the addon page) for which site you're using that doesn't work (and maybe your settings as well, if you click "Export" at the top)? I'd like to fix this if possible :)
EDIT: I think I understand what you meant now. Previously, the behavior was to close the popup if the cursor was out of both the popup, and the thumbnail. In 0.12.5, you can now customize this to be only the thumbnail if you prefer (through "Close when leaving" -> Thumbnail)
>The Options page could be visually improved imo
I completely agree, this is one of my next priorities. Even I get lost in them, so that's definitely not a good sign haha. Thanks for the suggestions on how to do it, I'll keep them in mind! (tracked here: https://github.com/qsniyg/maxurl/issues/91)
EDIT: As of 0.12.16, I've implemented the frames feature you mentioned, and it also supports splitting categories into tabs. Thanks for the idea!
>And respecting the "dark themes" of firefox too would be awesome
Good idea! I've tracked it here: https://github.com/qsniyg/maxurl/issues/189.
EDIT: It's in 0.12.3 now, if you set "Dark mode" manually in preferences. Currently for whatever reason, detecting dark mode doesn't work on my system so I can't yet add support for automatic detection.
>oh, also an entry in the context menu for blacklisting an image
I've tracked it here: https://github.com/qsniyg/maxurl/issues/127, it might take a bit longer to implement though, as a new UI would have to be made for it. But I agree, it's quite important.
>could you improve instagram support for posts that have more than 1 image/media in it
Yes, that's also something I've been thinking of working on soon. I'll try to do it in the next release if possible :) (tracked here: https://github.com/qsniyg/maxurl/issues/50).
EDIT: It's in 0.12.3, if you enable "Use albums for Instagram post thumbnails".
>Thank you for making it, improving it so much over time, and for making it open source
You're very welcome, and thanks for taking the time to write that! :)
>it's just that I'm hindered a bit by how to popup-on-hover doesn't disappear when we leave the thumbnail beneath
If you set "Popup position" -> "Beside Cursor" (as you wrote), and "Close when leaving thumbnail" (which should be the default), it should work, at least it does for me on Reddit... would you mind opening a github issue (link is on the addon page) for which site you're using that doesn't work (and maybe your settings as well, if you click "Export" at the top)? I'd like to fix this if possible :)
EDIT: I think I understand what you meant now. Previously, the behavior was to close the popup if the cursor was out of both the popup, and the thumbnail. In 0.12.5, you can now customize this to be only the thumbnail if you prefer (through "Close when leaving" -> Thumbnail)
>The Options page could be visually improved imo
I completely agree, this is one of my next priorities. Even I get lost in them, so that's definitely not a good sign haha. Thanks for the suggestions on how to do it, I'll keep them in mind! (tracked here: https://github.com/qsniyg/maxurl/issues/91)
EDIT: As of 0.12.16, I've implemented the frames feature you mentioned, and it also supports splitting categories into tabs. Thanks for the idea!
>And respecting the "dark themes" of firefox too would be awesome
Good idea! I've tracked it here: https://github.com/qsniyg/maxurl/issues/189.
EDIT: It's in 0.12.3 now, if you set "Dark mode" manually in preferences. Currently for whatever reason, detecting dark mode doesn't work on my system so I can't yet add support for automatic detection.
>oh, also an entry in the context menu for blacklisting an image
I've tracked it here: https://github.com/qsniyg/maxurl/issues/127, it might take a bit longer to implement though, as a new UI would have to be made for it. But I agree, it's quite important.
>could you improve instagram support for posts that have more than 1 image/media in it
Yes, that's also something I've been thinking of working on soon. I'll try to do it in the next release if possible :) (tracked here: https://github.com/qsniyg/maxurl/issues/50).
EDIT: It's in 0.12.3, if you enable "Use albums for Instagram post thumbnails".
>Thank you for making it, improving it so much over time, and for making it open source
You're very welcome, and thanks for taking the time to write that! :)
119 筆評論
- had for 1 year or more i think. i love this extension, it's the only of it's kind that finds the maximum resolution of an online image. even for websites that make it hard to get the highest resolution image this app never disappoints me. i used to use it on Chrome but they banned it so now i just use it on FireFox and Microsoft Edge. hope they never get rid of it.
開發者回應
張貼於 3 天前Glad to hear it's useful for you!
Regarding Chrome, I haven't updated the (sideloaded) extension to Manifest V3 yet, which is why it can't be installed under newer versions of Chrome. I'm not sure if it's possible or not without reducing its featureset, but it's something I'll look into in the future.
In the meantime, if you do still want to use it with Chrome browsers, you can still use it as a userscript (using something like Tampermonkey or ScriptCat), which has most of the functionality of the addon. - 評價 5 分,滿分 5 分來自 safeAnonym,6 天前
- 評價 4 分,滿分 5 分來自 HellPhantom,19 天前My Goal is to get larger and better images of what I already have/see.
Now that Google reverse image lookup is no more this add-on is the best. I use it first to find larger/Better image. Even when it fails I can then use "Search by image" add-on, on what it did find to either search Google lens or TinyEye and about 10 other reverse lookup engines. Its not as convenient as google reverse lookup add-on I had but I believe I might actually be getting to what I want faster now. Not in steps but in results found. 60+% of time I find it in first step not needing "Search by image" add-on. - 評價 5 分,滿分 5 分來自 Firefox 使用者 14571061,20 天前
- Hello, I just discovered this extension and I find it much better than Imagus. Thank you to the developer! However, I have a problem with Google Images: IMU 2025.12.0 works fine with the first 100 thumbnails on the page, but beyond that, IMU no longer displays the image in full size, but only the thumbnails.
開發者回應
張貼於 24 天前Google Images recently updated, and the previous technique to find the original images past 100 (the preloaded amount) doesn't work anymore. I've implemented a fix for the userscript version, but unfortunately getting this to work on the extension version is a bit trickier, and might not land in the next release (it needs to intercept HTTP calls, which is definitely my least favorite approach towards supporting a website).
I've tracked the feature here: https://github.com/qsniyg/maxurl/issues/1533 . Note that once it's implemented, you will need to enable "Rules intercepting HTTP requests" (under the Rules tab). It's disabled by default because it carries a fingerprinting risk. - 評價 5 分,滿分 5 分來自 https://www.youtube.com/@digitalartist2D,1 個月前
- 評價 5 分,滿分 5 分來自 Siegfried Witting,1 個月前Great stuff, Found this thing using Grok of all things lol as was looking for a way to download images off Deviant art in higher quality and it delivers!
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18285487,3 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18719010,8 個月前Extremely useful for downloading full sized images from albums. For example, an entire image album can be downloaded from Patreon at once without accidentally downloading anything else.
- 評價 5 分,滿分 5 分來自 RobertHeadley,1 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18777894,1 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 17219221,1 年前
- 評價 1 分,滿分 5 分來自 Firefox 使用者 16870710,1 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 16927628,1 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 17602617,2 年前