A powerful Chrome extension that revolutionizes how you save and convert images on the web
A privacy-first, open-source Chrome extension to convert and save images — without tracking, hidden scripts, or external calls
This project is NOT affiliated with the Chrome Web Store extension "Save Image As Type".
Recent reports flagged a similarly named extension as malware.
👉 This repository is an independent implementation and:
- has never been published on the Chrome Web Store
- contains no tracking or monetization logic
- is fully open-source for verification
Modern browser extensions are a major security risk:
- Hundreds of extensions have been found leaking user data ([SecurityWeek][1])
- Some inject scripts and hijack affiliate links ([The Hacker News][2])
- Even trusted extensions can become malicious after updates
👉 This project exists as a safe, transparent alternative
- Convert images using browser Canvas API
- Save as JPG / PNG / WebP
- Process everything locally
- No external API calls
- No analytics / tracking
- No affiliate injection
- No remote scripts
- No data collection
User Right Click → Image URL → Canvas Processing → Download
✔ 100% local ✔ No network requests ✔ No hidden behavior
-
Right-click → Save image as:
- JPG (adjustable quality)
- PNG (lossless)
- WebP (optimized)
-
Fast and lightweight
-
Works completely offline
- Chrome Extension Manifest V3
- JavaScript (Vanilla)
- Canvas API
- Clone repo
- Open
chrome://extensions - Enable Developer Mode
- Load unpacked
This project is intentionally:
- small
- readable
- easy to audit
👉 You can verify the entire logic in minutes.
Security improvements are highly welcome.
