Bulk Image Downloader Bulk Image Downloader
Add to Chrome — Free

Bulk Image Downloader Blog

How to Batch Download Images in Chrome

Updated March 2026 · 7 min read

Quick Answer Chrome does not have a built-in batch downloader, but the Bulk Image Downloader extension fills the gap perfectly. Install it, go to any page with images, click the icon, and select everything you want. Downloads start immediately — no configuration needed.
📋 Table of Contents
📋 Table of Contents

Chrome is the world's most-used browser, but it has a notable blind spot: there is no built-in way to download multiple images at once. Right-clicking lets you save one image at a time, and that is it. For anyone who regularly works with images — photographers, designers, researchers, e-commerce managers — this is a genuine workflow bottleneck.

Fortunately, Chrome's extension ecosystem makes up for this limitation. This guide covers every practical method for batch downloading images in Chrome, with honest assessments of which method works best for which situation.

The Fastest Batch Image Downloader for Chrome

Bulk Image Downloader adds one-click batch downloading to any website — filter by size, format, or URL pattern.

Add to Chrome — Free


Method 1: Chrome Extension (Best for Most People)

A dedicated extension is the right tool for 95% of batch image download needs. It requires no technical knowledge, handles dynamically loaded images, respects your login sessions, and can be used on any website in seconds.

Using Bulk Image Downloader — Complete Walkthrough

  1. Install the extension — Click Add to Chrome on the Chrome Web Store page. Confirm the permission prompt. The extension icon appears in your toolbar.
  2. Navigate to your target page — Open any webpage that contains the images you want to download.
  3. Load lazy images — If the page uses infinite scroll or lazy loading, scroll slowly to the bottom of the page to ensure all images are loaded into memory before you proceed.
  4. Open the extension — Click the Bulk Image Downloader icon in your Chrome toolbar. A panel appears showing all detected images as a visual grid.
  5. Apply filters — Use the minimum size filter to exclude icons, thumbnails, and decorative elements. A 300×300 pixel minimum removes most UI clutter.
  6. Select your images — Click "Select All" for everything, or click individual images to choose specific ones. You can deselect unwanted images by clicking them again.
  7. Start the download — Click the Download button. Chrome's built-in download manager handles the rest, saving files to your default Downloads folder.


What Makes a Good Batch Download Extension?

Not all image downloader extensions are equally capable. Here is what separates a genuinely useful extension from a mediocre one:

Feature Why it matters
Detects dynamically loaded images Most modern sites use JavaScript to load images — static parsers miss them
Size filtering Avoids downloading icons, favicons, and 1px tracking pixels
Format filtering Download only JPGs, or only PNGs, without manually sorting later
URL pattern filtering Filter images by their URL to isolate specific CDN domains
Visual preview grid See what you are downloading before it starts
Works behind logins Downloads from authenticated sessions (Instagram, Dropbox, etc.)
Tip: Pin the extension to your Chrome toolbar for faster access. Click the puzzle piece icon > find Bulk Image Downloader > click the pin icon. The extension icon stays visible at all times.


Method 2: Chrome DevTools (No Extension Required)

If you cannot install extensions (corporate computers, shared machines), Chrome's built-in DevTools offer a workaround — though it is more manual.

Finding Images via the Network Tab

  1. Press F12 to open DevTools.
  2. Click the Network tab.
  3. Reload the page (Ctrl+R) while DevTools is open.
  4. Click the Img filter button to show only image requests.
  5. Right-click on an image entry and choose Open in new tab to access the full URL.

Extracting All Image URLs via Console

For a faster approach, paste this JavaScript snippet into the DevTools Console:

// Get all image URLs on the page
let images = [...document.querySelectorAll('img')]
 .map(img => img.src)
 .filter(src => src && !src.startsWith('data:'))
 .join('\n');
console.log(images);

This prints all image URLs to the console. You can copy the list and then use a download manager or wget to fetch them all. This is more technical but works without any extension.

Limitation: The console script above only captures <img> tags. It misses images loaded as CSS backgrounds, images loaded by JavaScript after the initial page render, and images inside iframes. The extension method captures all of these.


Method 3: Chrome's Built-in Download Manager

Chrome does not support batch downloading natively, but you can use Chrome's download manager to monitor and manage downloads initiated through other methods. A few useful shortcuts:



Setting Up Chrome for Smooth Batch Downloads

Before running a large batch download, configure Chrome to minimize interruptions:

  1. Go to Settings > Downloads.
  2. Set the download folder to somewhere with plenty of disk space.
  3. Turn off "Ask where to save each file" — with this on, Chrome will prompt for every single image, which is unusable for batch downloads.
  4. Consider creating a dedicated subfolder for each download session to keep files organized.

Ready to Download in Bulk?

Skip the manual work. Bulk Image Downloader handles any page — galleries, portfolios, e-commerce catalogs — in one click.

Install Free


Batch Downloading Specific Image Types

Only JPG images

In Bulk Image Downloader, use the format filter to select JPG/JPEG only. This is useful when a page mixes photos with SVG icons and PNG UI elements that you do not need.

Only high-resolution images

Set a minimum pixel dimension — for example, 800px width — to ensure you only download full-size photos rather than thumbnails and preview images.

Images matching a specific URL pattern

If you only want images from a specific CDN domain (e.g., only images from cdn.example.com), use the URL filter field to restrict results to that domain.



Troubleshooting Common Chrome Batch Download Issues

Chrome asks "keep or discard" for every download: This happens because Chrome is uncertain about some file types. In Settings > Privacy and security, you can adjust safe browsing settings. Alternatively, batch-downloading to a folder you trust removes the prompt.

Downloads stop midway: Chrome has connection limits per server. Very large batches from the same domain may throttle. The extension staggers downloads to work around this.

Images saving as .webp when I want .jpg: Modern sites increasingly serve WebP format for performance. You can convert WebP files after downloading using free tools, or use an image converter extension alongside Bulk Image Downloader.

Extension not showing all images: Scroll the full page before opening the extension. Images below the fold that use lazy loading will not be detected until they are loaded into the browser's memory.

Batch Download Any Images from Chrome

Works on any website. No sign-up, no limits on the free tier for standard use.

Add to Chrome


Frequently Asked Questions

Does Chrome have a built-in batch image downloader?

No. Chrome's native right-click menu only saves one image at a time. For batch downloading you need an extension like Bulk Image Downloader or a manual approach using DevTools and JavaScript.

What is the easiest way to batch download images in Chrome?

Install the Bulk Image Downloader extension, navigate to any page, click the extension icon, and use the visual grid to select and download images. The whole process takes under a minute for most pages.

Can I batch download images from sites that block right-clicking?

Yes. Extensions access image URLs directly from page source code and bypass any right-click restrictions. The extension works regardless of whether a site has disabled the context menu.

How many images can I download at once in Chrome?

There is no hard limit. Chrome's download manager queues files efficiently. In practice, Bulk Image Downloader can handle hundreds of images from a single page. For very large batches, Chrome may stagger downloads slightly to manage bandwidth.

Will batch downloading images slow down my browser?

During an active batch download, Chrome uses bandwidth and some CPU for file writing. For very large batches you may notice slightly slower tab switching. Performance returns to normal once downloads complete.

Can I batch download images to a specific folder?

Yes. Set your preferred download location in Chrome Settings > Downloads. Disable "Ask where to save each file" so Chrome does not prompt on every image. All batch downloads will go to the folder you specify.

More Free Chrome Tools by Peak Productivity

Pomodoro Technique Timer
Pomodoro Technique Timer
25-minute focus timer with breaks
YouTube Looper Pro
YouTube Looper Pro
Loop any section of a YouTube video
Citation Generator
Citation Generator
Generate APA/MLA/Chicago citations
PDF Merge & Split
PDF Merge & Split
Merge and split PDFs locally
Auto Refresh Ultra
Auto Refresh Ultra
Auto-refresh pages at custom intervals
Screen Recorder Pro
Screen Recorder Pro
Record your screen or tab with audio