Skip to the content.

Privacy Policy — Debug Logs Catcher

Last updated: 2026-07-16 Publisher: Julien Andre Contact: julien.andre.devchrome@gmail.com

Summary

Debug Logs Catcher is a developer tool that captures debugging information from browser tabs you explicitly choose to attach it to. All captured data stays on your computer. Nothing is uploaded, transmitted to any server, or shared with the publisher or any third party. Export files are produced locally and saved through your browser’s normal download flow; what you do with them afterwards is entirely up to you.

What the extension captures

When you click Start in the popup (or when you visit a domain you have listed in Auto-capture domains), the extension attaches the Chrome DevTools debugger to the current tab and records, in memory only:

The extension also persists, in chrome.storage.local:

Nothing else is stored.

What the extension does NOT do

Data redaction in exports

By default, exports strip sensitive data before the file is produced:

You can disable this redaction via the Include all headers in export setting — only do this when you fully control the recipient of the export, since the resulting file will contain credentials capable of impersonating the captured session.

Permissions

The extension declares the following Chrome permissions, used strictly for the purposes above:

Data retention

Captured data lives only in the service worker’s memory while a capture is active. It is cleared when:

The publisher has no access to any of this data.

Children

The extension is a developer tool and is not directed at children under 13.

Changes to this policy

Material changes will be reflected by updating the Last updated date at the top of this document and, where appropriate, the version number of the extension.

Contact

Questions about this policy: julien.andre.devchrome@gmail.com