Ultra-modern redirect tracker. Visualize every hop with timing, status codes, and headers. Built for developers who demand clarity.
The extension intercepts every redirect in your browser.
Sends request to /api/?url=... which forwards to your backend.
Get full chain with timings, status codes, and headers.
Visualize every hop with timing, status codes, and headers.
Powered by Cloudflare. Global edge performance.
No tracking. No telemetry. Your data stays yours.
Your extension calls our proxy which forwards requests to your backend safely.
{
"hops": [
{ "url": "...", "status": 301, "time": 124 },
{ "url": "...", "status": 302, "time": 89 }
],
"totalHops": 7,
"totalTime": 1847
}