Best Image Downloader Chrome Extensions in 2026 — Tested & Compared
Every designer, researcher, and content creator has been there: you find a page full of images you need, and the only option is to right-click each one, hit "Save As," and repeat until your wrist gives out. Chrome extensions that batch-download images have been around for years — but not all of them are created equal.
Some only detect basic <img> tags and miss CSS backgrounds entirely. Some require you to upload the page URL to a remote server. Some have clunky popup UIs that disappear the moment you click away from the page. And some haven't been updated since Manifest V2 — meaning they'll stop working any day now.
We tested the five most popular image downloader Chrome extensions in 2026, running each one against the same set of real-world pages: a Pinterest board, an e-commerce product gallery, a photography portfolio with lazy loading, and a developer documentation site with SVG diagrams. Here's what we found.
The 5 Extensions We Tested
- Fatkun Batch Download Image — One of the oldest and most downloaded image downloaders on the Chrome Web Store.
- Imageye — Image Downloader — A popular choice with a clean interface and decent filtering options.
- VKT Image Grabber — A newer entrant with a side panel UI and advanced detection pipeline.
- Download All Images — A straightforward bulk downloader with minimal configuration.
- Save All Resources — A developer-oriented tool that saves images, CSS, fonts, and other page assets.
Each extension was evaluated on six criteria: image detection accuracy, filtering and sorting, user interface, SPA support, privacy, and batch download power.
1. Fatkun Batch Download Image
Fatkun has been around since the early 2010s and remains one of the most-installed image downloaders on the Chrome Web Store. It opens a new tab showing all detected images, with basic filtering by minimum width/height and file type.
What It Does Well
- Simple, familiar interface — opens in a dedicated browser tab.
- Supports filtering by minimum dimensions and image format.
- Can download images from the current tab or all open tabs at once.
- Free with no hard image count limit.
Where It Falls Short
- Detection gaps: Fatkun primarily scans
<img>tags. It misses CSSbackground-image, videoposterattributes, and SVG-embedded images. On our test pages, it detected 60–70% of the images that were actually present. - No SPA support: Fatkun scans the page once when triggered. On single-page applications that load content dynamically (Pinterest, Instagram, modern e-commerce), it misses images added after the initial scan.
- Tab-based UI: Opening a separate tab means you lose sight of the source page. You can't scroll the original page to trigger lazy-loaded images while simultaneously browsing the collected results.
- No preview: No lightbox or full-size preview. You see thumbnails only.
- No deduplication: If the same image appears at multiple resolutions (common with srcset), you get duplicates.
<img> tags. Falls behind on modern websites with dynamic content and CSS-based images.2. Imageye — Image Downloader
Imageye presents a cleaner interface than Fatkun, with a popup panel that shows collected images in a grid. It's popular among designers for its visual layout and decent filtering.
What It Does Well
- Clean grid layout with visible thumbnails and file size info.
- Filter by minimum dimensions and file type (JPG, PNG, WebP, GIF, SVG).
- Download selected images or all at once.
- Supports basic CSS background-image detection.
Where It Falls Short
- Limited source detection: Imageye catches CSS backgrounds better than Fatkun, but still misses video poster attributes and SVG
<image>elements. - Popup UI limitations: The popup closes when you click outside it. On pages with infinite scroll, you have to reopen the popup after scrolling to collect newly loaded images.
- No SPA awareness: Like Fatkun, Imageye scans once. It doesn't monitor for DOM changes or URL updates on single-page applications.
- No format conversion or compression: Downloaded images are saved as-is. If the page serves WebP, you get WebP — no option to convert to JPG or PNG.
- No deduplication: Duplicates from srcset or CDN variations are downloaded as separate files.
3. VKT Image Grabber
VKT Image Grabber takes a different approach from the others. Instead of a popup or a new tab, it uses Chrome's Side Panel API — the panel stays open alongside the page, persisting as you scroll, navigate, and interact with the site.
What It Does Well
- Best-in-class detection: Scans five image source types —
<img>tags (includingsrcset), CSSbackground-image, videoposter,<source>srcsetinside<picture>, and SVG<image>. In our tests, it consistently detected 95–100% of available images. - Side Panel UI: The panel stays open alongside the page. Scroll the page, click links, navigate to different routes — the panel persists and continues collecting images.
- Smart collection: Uses
MutationObserverand idle callbacks to continuously detect new images as they appear — no manual re-scan needed. - Full SPA support: Monitors
pushState,replaceState, andpopstateevents. On single-page applications, it automatically re-scans when the page content changes. This worked correctly on Pinterest, Twitter/X, and Shopify stores in our tests. - Filter and sort: Filter by minimum width/height and image type. Sort by width, height, or filename. Switch between Grid View (thumbnails) and List View (compact table with dimensions and file info).
- Lightbox preview: Click any image to view it full-size. Navigate with keyboard arrow keys.
- Persistent state: The collection survives Chrome service worker restarts — you won't lose your gathered images if the browser puts the extension to sleep.
- Privacy-first: Only requests
storage,downloads, andsidePanelpermissions. No access to browsing history, tabs content, or network requests. All processing is local — zero data upload. - Premium pipeline ($9.99 lifetime): pHash perceptual deduplication, WebP→JPG/PNG format conversion, image compression, and an advanced download pipeline that runs dedup→convert→compress→download automatically. Plus unlimited selection (free tier caps at 30 per batch).
Where It Falls Short
- Newer extension: Smaller user base and fewer reviews compared to Fatkun and Imageye. This matters if you rely on community feedback before installing.
- Free tier limit: 30 images per batch download in the free version. Enough for most pages, but power users working with 200+ image pages will want Premium.
4. Download All Images
Download All Images does exactly what its name suggests — it attempts to grab every image on the page and save them. It's a no-frills tool with minimal configuration.
What It Does Well
- Dead simple: one click to detect, one click to download.
- Supports basic
<img>tag scanning. - Free with no artificial limits on image count.
- Lightweight — minimal permissions and small footprint.
Where It Falls Short
- Minimal detection: Only scans
<img>srcattributes. Misses CSS backgrounds, srcset, video posters, and SVG images entirely. On our test pages, it detected roughly 50–60% of available images. - No filtering: No way to exclude small images, filter by type, or sort results. You get everything — including 1×1 tracking pixels and tiny icons.
- No preview: No thumbnail grid, no lightbox. You download a zip file and hope you got what you needed.
- No SPA support: Single scan only. Dynamically loaded images are missed.
- No UI to speak of: A basic popup with a download button. No visual browsing or selection capabilities.
5. Save All Resources
Save All Resources is a developer-oriented tool that doesn't just download images — it saves CSS, JavaScript, fonts, and other assets from the page. It's designed for web developers who want to archive or analyze a page's complete resource set.
What It Does Well
- Saves all resource types — images, CSS, JS, fonts, media files.
- Useful for developers analyzing page structure or archiving sites.
- Can capture resources from the Network tab that other tools miss.
- Free and open-source.
Where It Falls Short
- Not image-focused: Because it saves everything, there's no image-specific filtering. You get a folder full of mixed resources and have to manually sort out the images.
- Developer-oriented UI: The interface is functional but not visual. No thumbnail grid, no preview, no sort-by-size for images specifically.
- No image deduplication: Duplicate images at different URLs or resolutions are saved as separate files.
- No SPA awareness: Captures resources from the current page load only. Dynamically loaded content on SPAs is missed.
- Overkill for image collection: If you only need images, downloading CSS, JS, and fonts adds noise and wastes disk space.
Head-to-Head Comparison Table
| Feature | Fatkun | Imageye | Image Grabber | Download All Images | Save All Resources |
|---|---|---|---|---|---|
| Detects <img> tags | Yes | Yes | Yes | Yes | Yes |
| Detects CSS background-image | No | Partial | Yes | No | Yes (as resource) |
| Detects srcset / <picture> | No | No | Yes | No | No |
| Detects video poster | No | No | Yes | No | No |
| Detects SVG <image> | No | No | Yes | No | No |
| SPA support | No | No | Yes (pushState/popstate) | No | No |
| UI type | New tab | Popup | Side panel | Popup | Popup / DevTools |
| Grid view | Yes | Yes | Yes | No | No |
| List view with dimensions | No | No | Yes | No | No |
| Filter by dimensions | Yes | Yes | Yes | No | No |
| Filter by type | Yes | Yes | Yes | No | No |
| Sort options | Limited | Limited | Width / Height / Name | None | None |
| Lightbox preview | No | No | Yes (keyboard nav) | No | No |
| pHash deduplication | No | No | Yes (Premium) | No | No |
| Format conversion | No | No | Yes (Premium) | No | No |
| Image compression | No | No | Yes (Premium) | No | No |
| Free batch limit | Unlimited | Unlimited | 30 per batch | Unlimited | Unlimited |
| Persistent state | No | No | Yes | No | No |
| Permissions | Tabs, downloads | Tabs, downloads | Storage, downloads, sidePanel | Downloads | Downloads |
| Data uploaded | None | None | None | None | None |
| Premium price | N/A | Subscription | $9.99 lifetime | N/A | Free / open-source |
Which Extension Should You Choose?
The answer depends on what you need:
- If you want the most images detected with the best UI: VKT Image Grabber. The side panel, five-source detection, and SPA support make it the most complete tool. The free tier handles most casual use; Premium is worth it for anyone who downloads images regularly.
- If you want free unlimited downloads with basic needs: Fatkun. It's been around forever, it's free, and it handles simple pages well. Just know you'll miss CSS backgrounds and dynamically loaded images.
- If you want a clean visual interface on a budget: Imageye. Better-looking than Fatkun with slightly better detection, but still limited on SPAs and advanced features.
- If you want zero configuration: Download All Images. Install it, click the button, get a zip. No thinking required — but also no control over what you get.
- If you're a developer archiving entire pages: Save All Resources. It saves everything, not just images. Wrong tool for image-specific work, but excellent for full-page archival.
Why Detection Depth Matters More Than You Think
The biggest differentiator we found in testing wasn't the UI or the download speed — it was how many images each extension actually detected. Modern websites don't just use <img src="photo.jpg"> anymore. They use:
- CSS
background-imagefor hero sections, card backgrounds, and decorative elements — often the largest and most visually important images on the page. srcsetand<picture>for responsive images — the browser picks the best resolution, but you might want the highest-resolution version for your use case.- Video
posterattributes — thumbnail images on video players that are often high-quality screenshots. - SVG
<image>— raster images embedded inside SVG containers, common on infographic and diagram-heavy pages.
An extension that only scans <img> tags misses 30–50% of the images on a typical modern website. That's not a minor difference — it's the difference between getting what you need and getting half of it.
Privacy: What Each Extension Can See
Chrome extensions declare permissions that define what browser data they can access. Here's what each image downloader requests:
| Extension | Permissions | What It Means |
|---|---|---|
| Fatkun | tabs, downloads | Can read URL and title of all open tabs. Can initiate downloads. |
| Imageye | tabs, downloads | Same as Fatkun — sees all tab URLs. |
| Image Grabber | storage, downloads, sidePanel | Cannot read tab URLs. Can save preferences, download files, and open the side panel. Minimal footprint. |
| Download All Images | downloads | Can only initiate downloads. Very limited access. |
| Save All Resources | downloads, webRequest | Can observe network requests to capture resources. More visibility into page activity. |
If privacy matters to you, VKT Image Grabber has the most privacy-friendly permission set of the full-featured options — it doesn't need tabs access because the side panel communicates directly with the active page. All processing happens locally with zero data upload.
Try VKT Image Grabber: The most capable image downloader for Chrome in 2026. Smart detection across five image sources, side panel UI, grid and list views, filters, lightbox preview, and batch download. Free tier: 30 images per batch. Premium ($9.99 lifetime): unlimited downloads, pHash deduplication, WebP→JPG conversion, and compression. Get Image Grabber.
Frequently Asked Questions
What is the best Chrome extension for downloading images?
Based on our 2026 testing, VKT Image Grabber is the best overall image downloader for Chrome. It detects more image types than any competitor (img, CSS background, video poster, srcset, SVG), offers a side panel UI with grid and list views, supports filtering by dimensions and type, includes a lightbox preview, and provides batch download with a free tier of 30 images per batch. Premium adds unlimited downloads, pHash deduplication, format conversion, and compression.
Is there a free image downloader with no limits?
Most free image downloaders have some limits. VKT Image Grabber's free tier allows up to 30 images per batch download, which covers the majority of use cases. For unlimited batch downloads, pHash deduplication, WebP-to-JPG conversion, and image compression, the Premium upgrade costs $9.99 one-time for a lifetime license — no subscription. Fatkun and Imageye also offer free tiers but with varying feature restrictions.
Which image downloader supports WebP to JPG conversion?
VKT Image Grabber Premium supports automatic WebP to JPG and WebP to PNG conversion during the download process. The conversion runs locally in your browser using a canvas-based pipeline — no external server involved. This is a Premium feature available for a one-time $9.99 payment. Most other image downloaders do not include built-in format conversion.
Can I download images from SPA websites?
Yes, but only certain extensions support it. VKT Image Grabber has full SPA (Single Page Application) support. It monitors pushState, replaceState, and popstate events to detect URL changes, and automatically re-scans the page when the content updates. This means it works correctly on sites like Pinterest, Twitter, Instagram, and modern e-commerce platforms that load content dynamically without full page reloads. Most competing extensions only scan the initial page load and miss dynamically added images.
Explore more tools in the VKT Extensions catalog, or reach us at [email protected].
