Chat export & full account backup
Redkit pulls whole conversations and account history out of Reddit into clean HTML, JSON, TXT and media — every image, gif and video kept intact rather than a wall of dead links.
Redkit is a product we built and ship ourselves — a Reddit power-suite that lives in the browser and does what Reddit won't: export a whole chat, back up your account, and hand you tools the site never gave you.
Reddit gives you almost no way to get your own data back out — no real chat export, no account backup, no bulk tools. We set out to change that, and doing it as a Manifest V3 Chrome extension meant working inside a strict permissions model, against a UI that isn't ours and shifts without warning, for real users whose accounts and conversations we can't afford to mangle.
Redkit pulls whole conversations and account history out of Reddit into clean HTML, JSON, TXT and media — every image, gif and video kept intact rather than a wall of dead links.
Built on MV3 with a service-worker background, scoped permissions and content scripts that read Reddit's DOM defensively — so a layout change on their side degrades gracefully instead of breaking the tool.
Licensing, sync and the heavier lifting run through a Laravel API secured with Sanctum and per-device authentication, so an install is bound to a device without asking users to hand a password to an extension.
The privacy-sensitive work stays on the user's machine, and we're carrying the same suite to a mobile app so the power tools follow people off the desktop.
Redkit is live in the Chrome Web Store and shipping updates, which means we've been through the whole loop ourselves — Web Store review, the permission questions that get an extension rejected, and the endless edge cases real accounts throw at you. It's the proof behind the pitch: when we say we build and ship production MV3 extensions with a real backend, this is one running in public.