GiveMePNG
A zero-friction browser extension for rapid asset extraction. Save any image, including CSS backgrounds, as a clean PNG instantly.
Deep Extraction
Unlike standard 'Save As', GiveMePNG digs into the computed styles. If an image is hidden in a `background-image` CSS property or a `::before` pseudo-element, this tool will find it.
One-Click Workflow
Designed for designers and frontend developers. Hover over the asset, press the hotkey, and the file is instantly downloaded to your default folder. No dialogs.
Format Standardization
Automatically converts WEBP, AVIF, or JPG sources into standardized PNGs with transparency preserved. Perfect for quick mockups.
Sanitized Filenames
Renames downloaded files based on the alt-text or CSS class names, ensuring your downloads folder doesn't fill up with 'image(1).png'.
Privacy Protocol
Effective Date: November 18, 2025
1. Data Collection
GiveMePNG does not collect, store, or transmit any personal data. It does not use Google Analytics, Mixpanel, or any other tracking software. I have no idea who you are, I don't know how to know who you are.
Local Storage: We use chrome.storage.local to track your
conversion counts (for the weekly counter) and chrome.storage.sync to save your
preferences (like enabling the hover button) across your devices. This data stays within your
browser and Google account; it is never sent to CloudedStar.
2. Image Processing
All image processing is performed locally on your device using the Offscreen API and Canvas API. When you convert an image, it is briefly loaded into an isolated offscreen document to be re-drawn as a PNG. During this process, all metadata (EXIF data like location, camera settings, etc.) is automatically stripped. The clean PNG is then handed back to you. No image data is ever sent to a server.
3. Permissions
The extension requests the following permissions for strictly functional reasons:
- Host Permission: Required to inject content scripts (hover button, image outliner) on any website. This allows you to select images even on sites that block right-click.
- Offscreen: Required to create an invisible document for image processing. This ensures conversions happen in the background without slowing down your current tab.
- Alarms: Required to schedule automatic resets for your weekly/monthly conversion counter.
- Storage: Required to save your settings (hover button preferences) and track your conversion stats locally.
- Downloads: Required to save the final converted PNG file to your computer.
- contextMenus: Required to add the "GiveMePNG" option to your right-click menu.