Data Manager
Your Browser Data, Fully Under Control
Reloadium Data Manager gives you a clear window into everything your browser is storing on your device. From localStorage keys to IndexedDB records, cookies to service worker caches — it's all visible and manageable in one place.
Whether you're debugging a web app, auditing your privacy, or just curious what's accumulating in your browser, Data Manager makes it easy to find, inspect, copy, and delete any piece of stored data.
- Local & Session Storage — Browse all localStorage and sessionStorage keys with their values and byte sizes. Search, copy, delete individual entries, or clear everything at once.
- Cookie Inspector — View all cookies set for this origin. See name, value, and path — and delete any cookie directly from the interface.
- IndexedDB Explorer — Drill into every IndexedDB database, expand object stores, and inspect individual records. Delete records, clear stores, or drop entire databases.
- Cache Storage Viewer — List all service worker caches and the URLs they contain. Delete individual cached responses or wipe an entire cache bucket.
- Storage Quota Dashboard — See a real-time bar showing how much of your browser's storage quota is in use — with color-coded warnings as you approach the limit.
- Cross-Store Search — Filter entries by key or value within any tab. Instantly find the data you're looking for across thousands of stored items.
Learn more about Data Manager