Last updated: 2026-08-06
CurlCatch is a Chrome extension for QA testers and developers. This policy explains what the extension does — and does not — do with your data.
CurlCatch collects nothing and sends nothing anywhere. All processing happens locally in your browser. There is no analytics, no tracking, no external server, and no account.
debugger
(Network domain) to the current tab to read request and response data so it can build cURL
commands and replay requests. Capture is opt-in and starts detached; Chrome shows its standard
"…is being debugged" banner while active. Capturing stops when you click Stop, switch off, or
close the popup.chrome.storage. This never leaves your browser.debugger — the only Chrome API that exposes request/response bodies, required
for capture and cURL export.<all_urls> (host permissions) — so you can capture on whatever site you are
testing. No captured data leaves your device.storage — to remember your UI preferences locally.tabs — to attach the debugger to the active tab.clipboardWrite — to copy the generated cURL command to your clipboard.CurlCatch is open source. You can inspect exactly what it does at github.com/nihad05/CurlCatch.
Questions about this policy? Open an issue at github.com/nihad05/CurlCatch/issues.