About Photo Compressor, the picture and image compressor for Chrome

Photo Compressor is a Chrome extension that compresses photos, pictures and images right inside your browser, without sending a single file to a remote server. If you have not tried it yet, you can install it from the Chrome Web Store and start compressing in under a minute.

Photo Compressor side panel in Chrome showing five pictures compressed by 61 to 72 percent
One extension, four formats and a side panel that shows exactly how much weight every picture lost.

This page is the official home of the extension: who built photo compressor, why it exists, exactly how the compression works, and the honest numbers behind it — not a third-party review, and not a sales pitch dressed up as one.

Who builds Photo Compressor

Photo Compressor is published by a small team working under the name pixelpioneer, listed as the developer on the Chrome Web Store listing. This site, photocompressor.pictures, is the extension’s own website, not an independent guide written by someone else.

Developer contact for bugs, permissions questions, or anything about the extension code itself is pixelpioneer102@gmail.com. Questions about this website, or general support, go to info@photocompressor.pictures. There is no larger company behind the name, no office, no twenty-person engineering team — it is a small extension built and maintained by one publisher, and that is worth saying plainly rather than pretending otherwise.

Why we built it

Two everyday frustrations pushed this extension into existence. First, most ways to shrink a photo require uploading it somewhere first — a browser tab, a form, a wait, then a download. Second, almost every compression tool only offers a quality slider, so hitting a specific size limit — say, 200 KB for a form that rejects anything larger — means guessing, checking, and re-compressing until it fits.

Bar chart comparing file sizes before and after compression: 157.6 KB to 56.0 KB and 348.0 KB to 150.3 KB
Real numbers from the extension: a typical photo lands at roughly a third to a half of its original weight.

Compressing to an exact target size in kilobytes, directly in the browser, is the feature that answers both problems at once for a picture compressor. It is worth being clear that the tools already doing this well are not weak competition — TinyPNG, Squoosh and iLoveIMG are genuinely strong, widely used compressors. The gap Photo Compressor fills is narrower: skipping the upload step, and landing on a precise file size on the first try instead of the third.

What the extension does

Photo Compressor supports JPEG, PNG, WEBP and GIF, and typically reduces file size by 50 to 70 percent depending on the source image. Compression happens through a Chrome side panel that stays open while you browse, rather than a separate tab you have to switch to and back from. Full details on every feature live on the features page.

Right-click menu on a picture in Chrome with the Compress Image option, and the compressed result in the side panel
Right-clicking a picture on any page is the shortest route from a heavy image to a compressed one.

A handful of details set it apart from the more established names in this space:

  • Target file size in kilobytes, not just a quality percentage
  • A dedicated Chrome side panel instead of a popup or new tab
  • Right-click “Compress Image” on any picture on a web page
  • Batch processing with a single ZIP download for multiple files
  • Custom output file names (a paid feature on some competing tools)
  • Drag-and-drop upload, with a dark theme for the interface

Batch downloads as one ZIP file and a custom name for each compressed image are both handled from the same side panel, so a set of product photos or blog images can go from original to compressed without leaving the page they came from.

How compression works

All compression runs locally, in the browser, on the device doing the compressing. The image is decoded and re-encoded by the browser’s own image engine — nothing is copied to an external server, and there is no upload step to wait on or trust with someone else’s infrastructure.

Four-step diagram: pick an image, open the Chrome side panel, compress in the browser, save or download a ZIP, with no server upload
Every step happens on your own machine — the image compressor never sends a file to a remote server.

The extension is built on Manifest V3 with a background service worker, and it requests four permissions: activeTab, storage, sidePanel and contextMenus. It also asks for host access to all sites, which is the part that raises eyebrows if left unexplained. That broad host permission is what lets the right-click “Compress Image” option appear on any picture on any page, and what lets the side panel button show up consistently as you move between tabs — it is not used to send images anywhere. Chrome’s own side panel documentation and context menus documentation describe what those two APIs can and cannot do, and neither includes network access to third-party servers.

Here is the compression flow step by step:

  1. Open the Photo Compressor icon to load the Chrome side panel.
  2. Drag and drop an image, or select one from your device.
  3. Right-click a picture directly on a web page and choose “Compress Image” as a shortcut to the same panel.
  4. Set a target file size in kilobytes, or choose a quality level instead.
  5. Rename the output file if you want a specific file name.
  6. Compress a single image, or queue several for batch processing.
  7. Download the result individually, or as one ZIP archive for a batch.

The product today, honestly

Photo Compressor is version 1.2, last updated on December 18, 2024, following its first release on December 6, 2024. The package is 1.77 MiB, and the interface is localized into 52 languages, pulling in whichever language your Chrome browser is already set to.

MetricValue
Version1.2
Last updatedDecember 18, 2024
Package size1.77 MiB
Users358
Rating5.0 out of 5 (3 ratings)
Interface languages52
Formats supportedJPEG, PNG, WEBP, GIF

358 users and three ratings is the real, current count on the Chrome Web Store — not “thousands of happy users,” which would simply be untrue. The extension is young, the listing is public, and every number above can be checked directly against it.

Data and privacy

The Chrome Web Store listing for Photo Compressor discloses that “it will not collect or use your data” — the same badge that appears on the listings of comparable local-processing tools, since compressing an image on-device does not require reading its contents off the device. No account is needed, and there is no sign-up screen anywhere in the extension.

Developers must accurately disclose their data collection and usage practices, and must not collect or use data for purposes unrelated to the item’s core functionality without additional consent.

Chrome Web Store User Data FAQ

That policy is why the developer disclosure exists at all: Google requires every extension, including ones that never touch a server, to state clearly what happens to user data. For the specifics of what Photo Compressor does and does not collect, see the privacy page.

What it costs

Photo Compressor is free. There is no registration, no hidden upgrade tier, and no trial period that quietly expires. Installing it from the Chrome Web Store is the entire process — no payment screen appears at any point, because an image compressor that runs locally has no server costs to recoup per user.

What’s next

Development is ongoing, aimed mainly in three directions rather than a fixed release calendar: broader format support beyond the current four, tighter accuracy when hitting a target size in kilobytes, and a smoother workflow for compressing large batches of images at once.

Four feature cards: works in the Chrome side panel, dark and light themes, drag and drop, done in a couple of seconds
Free, with no account: the picture compressor asks for nothing beyond the image you want smaller.

Bug reports and feature requests are welcome at info@photocompressor.pictures, or through the contacts page. If you have not installed the extension yet, you can install Photo Compressor from the Chrome Web Store and try compressing an image in the side panel right away.

Official sources

FAQ