This policy explains what Interceptor processes, what it stores, what it exports only when you ask it to, and what it does not send to the developer. Interceptor is built for authorized HTTP and API inspection inside Chrome DevTools.
Interceptor runs inside Chrome DevTools. It can pause matching network traffic, let you review request details, optionally edit paused request data, export the current event log, and replay a selected request from the inspected page context. Settings are stored locally in the browser. Intercepted traffic is not intentionally uploaded to the developer.
debuggerUsed to attach to the currently inspected tab through Chrome's debugging transport so Interceptor can observe, pause, continue, fail, and inspect network traffic in DevTools.
storageUsed to keep local preferences such as appearance, scope rules, reliability toggles, and notification settings.
downloadsUsed only when you explicitly export the current event log as a JSON file.
<all_urls> host accessRequired so the DevTools workflow can inspect traffic from the site you choose to assess. Interceptor also includes scope controls in the UI so you can narrow interception to the current tab and to specific domains when appropriate.
Interceptor only forwards, drops, or replays traffic when you explicitly use those controls. If you use the API Tester or continue a paused request, the request is sent to the target system you selected. If you enable the option to include the page session, the replay may use credentials that the inspected page is already allowed to send.
Interceptor is not designed to share captured traffic with the developer. The only intended network destinations are the sites and APIs you already visit or explicitly target while testing. Exported JSON logs stay on your device unless you choose to share them yourself.
Stored settings remain local until you change them, clear extension storage, or uninstall the extension. Captured traffic is session-focused and remains available only while the relevant DevTools session and in-memory event log remain active, unless you choose to export it.
Interceptor uses the data it can access only to provide the user-facing DevTools features described in its interface and store listing: scoped interception, inspection, manual replay, local export, and passive API review. It is not designed to use that data for advertising, profiling, resale, or unrelated analytics.
Interceptor is intended for white-hat, authorized testing. It starts with Intercept off by default and includes scope controls to help reduce accidental over-capture. You remain responsible for using it lawfully, proportionally, and only on systems you own or are explicitly authorized to assess.
Developer: Imed Boumaraf
GitHub: github.com/Imedboumaraf
Public policy URL: imedboumaraf.com/Interceptor/privacy-policy.html
If the extension's behavior changes materially in a later release, this policy should be updated so it stays accurate and current.