dbug docks a configurable HUD over any site: a live network log, a
console that groups itself instead of flooding, and a
one-button sweep of localStorage, sessionStorage, cookies and cache. You
choose the panels; they follow you from tab to tab.
F12, then hunt for the right tab, every single time
One chord, and the panels you chose are already open
A docked pane eats a third of the viewport you are debugging
A HUD you park in a corner, size once, and see the page behind
The console floods with four hundred lines of vendor noise
Folded by origin and level, with the two errors left standing
Four different screens to clear four kinds of storage
One list, four checkboxes, one button, then a reload
Layout and filters reset the moment you close the window
Both persist, per origin, and sync across your browsers
Configuration
Every preset is a file you can read.
Export from the popup, commit it next to the project it belongs to, and every machine you
debug from opens the same HUD.
dbug.preset.json
{"preset":"network+console","dock":"bottom-right","hotkey":"Cmd+Shift+D","panels": [{"id":"network","types": ["xhr","fetch"],"hide": ["analytics"] },{"id":"console","groupBy":"origin","fold": ["log","info"] },{"id":"storage","stores": ["local","session","cookies","cache"] }],// per-origin overrides win over the global preset"origins": {"localhost:*": {"open":true} }}
Bundle
18 kB gzipped
Permissions
storage, cookies
Buffers
2000 logs, 1000 reqs
Requires
Chrome 111+
Install in under a minute
Download, load unpacked.
dbug is a Manifest V3 extension for Chrome 111 and up, plus Edge
and Brave. It makes no network calls of its own and sends nothing
anywhere. It asks for storage to keep your settings, and
cookies plus site access so the storage panel can list and clear
them — switch that panel off and it never touches the cookies API.
Download the zip and unpack it anywhere.
Open chrome://extensions.
Enable Developer mode.
Click Load unpacked and select the unpacked folder.