CustomScreenshot
Open Source Integrity

Verifiable Browser Capture Standards

We build utility browser extensions with a single guiding mission: to keep local workflows truly private and zero-latency.

The Shift in Web Utilities

Over the past decade, basic web tools have shifted from lightweight local scripts into bloated cloud operations. Simple tasks like taking page screenshots have become slow, laggy, and filled with tracking modules, advertising cookies, and mandatory remote user profile requirements.

Many popular screen capture utilities upload your image files directly to cloud servers for instant sharing—often without clear user consent. This creates huge data leak risks when you work with internal administration panels, sensitive customer records, or financial charts.

Why CustomScreenshot was Born

CustomScreenshot was designed as an absolute rejection of bloated cloud capture tools. We wanted to return to a simple, ultra-fast manual cropper utility that does one task perfectly: capture and compress browser viewports locally, with complete coordinate control, completely offline.

Our code runs entirely in the sandboxed scope of your browser tab using native HTML5 Canvas drawing hooks. No trackers, no central APIs, and no telemetry tracking. The resulting bundle is incredibly compact, fast, and easy to verify by reviewing our open-source codebase.

VERIFIED COMPILATION LOGS v1.2.4
Bundle Footprint Size 82.6 KB
External NPM Dependencies 0
Telemetry Trackers Active 0
Required Host Permissions <activeTab> only

Extension Performance

< 85 KB
Ultra-Lightweight Profile

Extremely compact bundle footprint means instantaneous installation, minimal memory use, and clean execution paths.

100%
Decentralized Offline Operations

Canvas renderings and compression conversions execute entirely client-side, running smoothly without an active web connection.

0 bytes
External Servers Uploaded

Absolutely no image logs, metadata parameters, or browser session records are ever transmitted over the network.

Four Engineering Cornerstones

Four engineering standards that direct our developer operations and product design parameters.

Zero Network Latency

Since all formatting and image compression algorithms execute locally within the Chromium browser context, captures compile and download in milliseconds, without any cloud processing delays.

True Client Sandboxing

We restrict our extension permissions to the single active tab only. CustomScreenshot cannot read background browser data or scan your history, ensuring complete local isolation.

MIT Licensed Open Source

We believe in full visual accountability. Our complete repository remains open to developer inspections, security audits, and community forks on GitHub, ensuring verifiable trust.

Pixel Integrity Focus

Our tool doesn't stretch or warp crop coordinates. Downscaling options respect display device pixel ratios (DPR) to guarantee crisp typography and sharp vectors on all screen densities.