Ultra Zoom launches on Chrome and Firefox
Ultra Zoom is now available on the Chrome Web Store and Firefox Add-ons. The first release ships hover-to-zoom plugins for more than 60 websites, including Google Images, Reddit, Twitter/X, Instagram, Amazon, and Pinterest.
The goal was simple: bring back the fast, frictionless image browsing that used to be standard before sites started locking thumbnails behind clicks and modals. Hover any image, see it full size. No click. No redirect. No tracking.
Why another hover-zoom extension
It is a fair question, because this category is not short of entries. The honest answer is that almost all of them are dead or dying, and the reasons are worth knowing before you install anything in this space.
The original Hover Zoom was the most popular image-zoom extension on Chrome until it was caught logging the URL of every page its users visited and selling that browsing data. The community forked it, which is where Hover Zoom Plus and several similarly-named extensions come from — but a fork inherits the userbase, not necessarily the maintenance. The full history is worth reading if you are choosing between them.
Then Manifest V3 arrived. Chrome retired the extension architecture that hover-zoom tools were built on, and the migration was genuinely hard for this category specifically: the old model allowed resident background pages, remotely-fetched rule updates, and broad host access, and V3 restricts all three. A lot of extensions were abandoned rather than rewritten. What broke, and why it hit this category hardest.
So the gap was not “nobody has built hover-to-zoom”. It was that the people who had built it were no longer maintaining it, and the one with the most users had already demonstrated exactly what can go wrong when an extension with access to every page you visit decides to monetise that access.
What is in the first release
Site plugins, not just URL rules. Most hover-zoom tools work by pattern-matching image URLs: see a thumbnail URL, guess the full-size URL. That works until a site does something non-obvious. Ultra Zoom ships dedicated plugins for sites that need real handling — where the full-size image lives at a different path entirely, or where the page structure has to be walked to find it — and falls back to generic rules elsewhere. The supported sites list documents each one.
Gallery navigation. Arrow keys step through a photo set without entering the site’s own lightbox, which is the difference between scanning a listing page and opening thirty tabs.
Theater mode and reverse image search. Z gives an image the full window; a single letter key runs the image through Google, TinEye, Yandex, or Bing. The shortcut guide covers the full set.
Zero telemetry, structurally. No analytics endpoint, no remote code execution, no server that observes browsing. This is an architecture decision rather than a policy promise — there is nowhere for browsing data to go, because the thing that would receive it was never built. The architecture write-up documents what crosses the network and what does not, which for the free tier is nothing at all.
What has shipped since
This post is the launch announcement, so it is a snapshot of April 2026 rather than a current feature list. Several things have changed materially since:
- On-device AI upscaling. Real-ESRGAN reconstructs detail in low-resolution images at hover time, running entirely in the browser — the model ships inside the extension, so no image is uploaded anywhere. How it works and when it helps.
- Listing-aware overlays for Zillow, Redfin, Realtor.com, and Crexi, which pull a listing’s full gallery plus its address and price into the overlay.
- A rebalanced free tier. Region copy, batch download, EXIF inspection, the colour-palette tool, and Lanczos enhancement all moved to free.
- Full-image hover, which opens the whole picture rather than a magnified crop, with region zoom centred on the cursor.
The running log with version numbers and dates is on what’s new, and it is deliberately public: “is this still maintained” is the question that matters most in this category, and it should be checkable rather than asserted.
Installing
One click. Grab it from the homepage for your browser — Chrome, Edge, Brave, and Vivaldi all install the Chrome Web Store build, and Firefox has a native add-on. If you hit any snags, the Help page covers setup, per-site controls, and troubleshooting, and the FAQ answers the pre-install questions. If a site you rely on is not supported, send us the URL — that is how most plugins end up getting written.