Chronocluster

Privacy Policy — ChronoCluster Live

Last updated: 2026-04-20

ChronoCluster Live is a Chrome extension that visualizes your own tab and navigation history as a live force-directed graph. This document describes exactly what it observes, where that data lives, and who else can see it.

TL;DR

Nothing leaves your computer. There are no servers, no analytics, no tracking, no third parties.

What the extension observes

To draw the graph, the extension listens to standard Chrome tab and navigation events:

For each observed tab, the extension records:

Where the data lives

Both live on your machine, inside your Chrome profile. Neither is ever transmitted anywhere.

What the extension does not do

Permissions explained

The manifest.json declares three permissions, each the minimum required:

Permission Why
tabs Observe tab creation, updates, and closure to draw nodes.
webNavigation Determine parent/child relationships (which tab spawned which).
storage Maintain the per-tab routing cache in chrome.storage.session.

Your controls

Children

ChronoCluster is not directed at children under 13 and does not knowingly collect any data at all.

Changes to this policy

Any update will be committed to this file in the public repository at https://github.com/Mintsolester/Chronocluster. The “Last updated” date above tracks the most recent change.

Contact

Questions, concerns, or reports: open an issue at https://github.com/Mintsolester/Chronocluster/issues.