Overview
Utility Apps is a suite of five Chrome extensions, each built on Manifest V3 and aimed at a single, well-defined job — from reclaiming screen time to bending any web player to your will. Across the suite the engineering bias is the same: keep the footprint small, do the heavy lifting in content scripts, and persist state with Chrome's own storage rather than a backend.
Several extensions are explicitly vanilla-JS, zero-dependency builds with no build step — most notably Ultimate Media Controller. Where third-party code is used it is local and minimal: Digital Wellbeing bundles chart.min.js for its dashboard; Frontend Snipper bundles jszip.min.js for exports.
Privacy is local-first by design: Digital Wellbeing keeps all data in the browser with no external servers; Ultimate Media Controller runs entirely locally with no collection or sharing. CSS Layout Visualizer, ThemeForge, and Frontend Snipper similarly persist only to chrome.storage or local downloads.
The suite includes:
- Digital Wellbeing — screen-time tracking and parental controls
- Ultimate Media Controller — volume, speed, and EQ for any web media
- Frontend Snipper — pixel-perfect HTML + computed CSS extraction
- CSS Layout Visualizer — on-page Flexbox, Grid, and box-model overlays
- ThemeForge — dark, dim, neon, and custom themes on any site
