A developer tool for capturing, inspecting, and mocking network traffic — REST and GraphQL — without a proxy or backend changes.
No proxy setup. No backend changes. All data stays on your device.
Six tools in one extension. No proxy server, no certificates to install, no backend code to touch.
Every request and response streams into a panel in real time. Filter by method, status, URL, or mocked-only. Inspect headers and body with zero latency.
fetch · XHR · webRequestReturn any JSON body, status code, and headers — before the real request ever leaves the browser. Perfect for frontend development without a live backend.
mock-rest · mock-graphqlLet the real request fly, then swap the response body before the page sees it. Test edge cases and error states against your actual backend.
override-response-bodyPoint API calls to a different host, path, or port without touching source code. Great for routing staging traffic to local servers or vice versa.
redirect · replace-urlInject, override, or remove any request or response header. Add auth tokens, CORS headers, feature flags — without rebuilding the app.
modify-request-headersPaste a request, describe what you want, and get a ready-to-use rule. Uses your own AI endpoint — your data never goes anywhere unexpected.
local · BYO key · optionalNo configuration file, no proxy certificate, no server to run.
Add Syncmock from the Chrome Web Store. Click the toolbar icon to open the popup and enable interception. That's the only setup required.
Define a matcher (URL, domain, method, header, GraphQL operation) and pick an action — mock, override, redirect, or modify headers. Name it, save it, done.
Reload the page. The Network panel shows matched requests highlighted. The dashboard counts what was mocked and how fast. Toggle rules on and off in real time.
Each rule pairs a matcher (how to detect a request) with an action (what to do with it). Rules run in priority order. Variants let you switch between multiple response scenarios without editing the rule.
Add Syncmock to Chrome. Create your first rule. Ship faster.