How to link — browser extension
  1. Load the extension: open chrome://extensions, turn on Developer mode, then "Load unpacked" and pick the extension folder in this project
  2. Sign in at seaofthieves.com and open your profile page
  3. Click the extension icon, then "Sync my profile"

That is all. The extension reads your stats from the page you are already signed in on, and sends only the stats to this tracker. Your session cookie stays in the browser — it is never read, copied, or transmitted.

Before you do this

The extension never handles your password and never sends your session anywhere. It runs the requests inside the Sea of Thieves page itself, where the browser attaches your cookie exactly as it does for the site.

  • Only stats leave the page: gold, Hourglass rank, reputation.
  • They are sent to your own API on localhost, and stored on this machine.
  • The API refuses any payload containing a credential-like field.
  • Nothing is uploaded anywhere else — there is no remote server in this project.

Rare offers no third-party sign-in, so this is an unofficial route and can stop working without notice.