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.

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.

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.

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.

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:
- Open the Photo Compressor icon to load the Chrome side panel.
- Drag and drop an image, or select one from your device.
- Right-click a picture directly on a web page and choose “Compress Image” as a shortcut to the same panel.
- Set a target file size in kilobytes, or choose a quality level instead.
- Rename the output file if you want a specific file name.
- Compress a single image, or queue several for batch processing.
- 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.
| Metric | Value |
|---|---|
| Version | 1.2 |
| Last updated | December 18, 2024 |
| Package size | 1.77 MiB |
| Users | 358 |
| Rating | 5.0 out of 5 (3 ratings) |
| Interface languages | 52 |
| Formats supported | JPEG, 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.

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
- Photo Compressor on the Chrome Web Store
- Chrome Web Store User Data FAQ
- Chrome side panel API documentation
- Chrome context menus API documentation
