✔ Chrome Web Store Extension

Privacy Policy

Extension: Network Logger – HAR Exporter
Last updated: March 27, 2026
Developer: The Mind Fuel AI  |  Contact: themindfuel.ai@gmail.com

1. Overview

Network Logger – HAR Exporter is a Chrome browser extension built for developers and QA engineers. Its sole purpose is to capture the network requests made by your browser and let you export them as a standard HAR (HTTP Archive) file to your local disk. The extension does not operate a backend server, does not communicate with any external service, and does not collect, store, or transmit any data beyond your own device.

2. Data Collected and How It Is Used

When you click Start Recording, the extension uses the chrome.debugger API (the same mechanism as Chrome DevTools) to observe network traffic in your browser tabs. The following information is captured temporarily in your browser's memory only:

This data is held exclusively in your browser's memory for the duration of your recording session. It is never written to chrome.storage, never sent to any server, and is permanently discarded when you click Clear or close the browser.

The only way data leaves the browser is when you explicitly click "Export as HAR", which downloads a .har file to your local Downloads folder. This download is initiated solely by you and goes nowhere else.

3. Sensitive Data Warning

⚠️ HAR files may contain sensitive information including passwords, session tokens, API keys, authentication headers, and personal data transmitted over the network. Do not share exported HAR files publicly or with untrusted parties without first scrubbing sensitive values. The extension itself displays this warning in its user interface.

4. Permissions Justification

The extension requests the following Chrome permissions:

5. Data Sharing and Third Parties

We do not share, sell, rent, or transfer any user data to any third party under any circumstances. The extension contains no analytics libraries, no advertising SDKs, no crash-reporting services, and makes zero outbound network requests of its own.

The extension uses an offscreen document (an internal browser page with no UI) solely to trigger the file download. It receives the HAR data via Chrome's internal messaging API and writes it to your local disk. It is not a server, does not have network access, and the data never leaves the browser.

6. Data Retention

Captured network data lives only in the browser's in-memory JavaScript Map object for the lifetime of the service worker session. It is cleared immediately when:

The only persistent data stored by the extension is a boolean flag (isRecording: true/false) and a timestamp in chrome.storage.local, used solely to restore UI state after a service worker restart. This contains no user data.

7. Children's Privacy

This extension is a developer tool intended for adult users. It is not directed at children under the age of 13 and we do not knowingly collect any information from children.

8. Changes to This Policy

If we make material changes to this privacy policy, we will update the "Last updated" date at the top of this page and increment the extension version in the Chrome Web Store. Continued use of the extension after changes are posted constitutes acceptance of the revised policy.

9. Contact

If you have any questions about this privacy policy or the extension's data practices, please contact us at themindfuel.ai@gmail.com or open an issue at github.com/themindfuel-ai/network-logger/issues .

Limited Use Disclosure: The use of information received from Chrome APIs will adhere to the Chrome Web Store User Data Policy, including the Limited Use requirements.