Why does the extension ask for permissions?
Host access is requested at runtime for the site you explicitly choose to inspect. This keeps the permission posture narrower than always-on site access.
Does DevTrace send captured data anywhere?
No. Captured request state and download markers are processed locally and stored in the browser profile. There is no built-in analytics or upload pipeline.
Why are some requests missing?
Requests that completed before capture started cannot be reconstructed later. You should start capture before reproducing the behavior you want to inspect.
Why do some downloads fall back to the browser download flow?
Some pages or resources cannot be written directly into the selected directory because of browser restrictions, CORS behavior, or origin policy constraints.
Can I use it on localhost or internal test environments?
Yes, as long as the target URL is accessible in Chrome and the runtime permission request is granted for that scope.