Sharajdev

Mockingbird — Hold, Edit & Mock HTTP Traffic

Free Chrome Extension

Arm any tab and see its HTTP(S) traffic, pause a request mid-flight to edit it, or replace it entirely with a mock response — all from a side panel, with no backend, no account and no setup.

What Mockingbird does

Mockingbird is a focused network-debugging and HTTP mocking Chrome extension for developers and QA engineers. Arm a single tab and it shows you that tab's live traffic — method, URL, status, size and timing — with inspectable headers, query params and pretty-printed JSON bodies. From there you can hold a request, rewrite it, or stand in a mock response, without touching the backend.

What you can do

Private by design

Mockingbird has no server and collects nothing. Captured traffic stays in memory; rules and settings are stored locally, and the extension makes no network requests of its own. It uses the Chrome DevTools Protocol (the debugger permission), so Chrome shows a "debugging this browser" banner while a tab is armed — one tab at a time, by design.

Who it's for

Frontend and QA engineers who need to reproduce edge cases, simulate failures, or build against an endpoint that doesn't exist yet — without spinning up a mock server. It pairs well with API tests from XHRScribe and contract monitoring from Telltale. Free on the Chrome Web Store; works in any Chromium browser.

FAQ

Do I need a backend or account? No — Mockingbird runs entirely in the browser with no server and no sign-up.

Can it mock cross-origin requests? Yes — CORS is handled for you automatically.

Why does Chrome show a debugging banner? Mockingbird uses the Chrome DevTools Protocol to intercept traffic, so Chrome displays its standard banner while a tab is armed.

Is it free? Yes, free on the Chrome Web Store.

Related extensions