This document describes how the Navigation Constellation extension handles information. It is intentionally brief and written in plain language so that you can understand exactly what happens when the extension is enabled.
Only a minimal set of metadata about your browsing is captured:
login
, account
, profile
,
cart
, payment
or similar identifiers) is replaced by **
before it is stored.We never record page content, cookies, IP addresses, or form data.
Search queries are only collected if you explicitly enable a separate, privacy-warned setting.
Navigations to internal pages (such as chrome://
), local files, private
network addresses and domains you choose to exclude are ignored.
Your redacted navigation metadata is stored in your browser’s extension storage. It is used to build a constellation graph that helps you visualise how your browsing session evolves over time. You can view, export or delete this graph at any moment via the extension’s options page.
Sending data to the demo server is optional. If you enable this feature, the extension will batch a few events at a time and transmit only the hashed identifier, redacted URL, timestamp and event type. This allows you (and the reviewers) to verify that the remote ingestion endpoint functions correctly. The server does not store IP addresses or raw URLs.
Graph data is stored locally using a fixed‑size buffer of 500 entries. When the buffer is full the oldest entries are discarded to make room for new ones. You may delete all stored data at any time from the options page. On the server side, data is kept only for the duration of the demonstration and is not shared with third parties.
The extension is disabled by default. When you install it for the first time a consent page is displayed explaining what will be collected. You may choose to: