Privacy Policy

Last updated: 2026-06-10  ·  Applies to version 2.1.0 and later

🔒

Short version: Atool collects no personal data — no backend, no analytics, no telemetry. The only outbound request is the optional SQL Generator translation, which sends the text you type to Google Translate (see §4). Everything else stays in your browser.

1. Developer

Atool is an independent open-source project maintained by a solo developer.

Contact: kary372022@gmail.com

2. Data We Collect

None.

3. Data Stored Locally

DataPurposeWhere
WebSocket URLs, frames, direction Displayed in the panel in real time Browser memory only — cleared when panel closes
Subscription rules, send templates Restored when you reopen the panel Browser localStorage (your device only, no permission required)
Input of the SQL / JSON / Time / QR / Diff tools Computed live by the tool Browser memory only (not persisted)

4. Third-Party Requests

Atool makes exactly one kind of third-party request:

When you use "New Connection", the extension opens a WebSocket to an address you type — your own request to your own target; the extension does not route or log it externally.

5. When Data Leaves the Browser

Aside from the translation request above, captured data leaves the browser only when you explicitly click "Export JSON", which writes the current message log to your local Downloads folder.

6. Permissions Explained

PermissionReason
sidePanelShow the tool panel in the browser's side panel
Host: https://translate.googleapis.com/*Only for the SQL Generator's multi-language translation (see §4)
Content scripts on <all_urls>Users debug WebSocket on arbitrary sites; the domain can't be predicted, used to inject the capture script

Settings are saved via standard localStorage (no storage permission); the side panel reads only the tab ID (a non-sensitive field, no tabs permission).

Permissions not used: storage, tabs, webRequest, cookies, history, identity, remote code execution.

7. Children

Atool is a developer tool not directed at children. It does not knowingly collect data from anyone.

8. Open Source

The complete source code is available at github.com/kary2999/atool. Anyone can audit exactly what the extension does.

9. Changes to This Policy

If future versions require any new data handling, this document will be updated and the change will be noted in the extension's release notes.

10. Contact

Privacy questions or vulnerability reports: kary372022@gmail.com