Last updated: May 2026
The Autodarts Training Plans browser extension does not collect, transmit, store, or share any personal data with the extension developer or any third party.
The extension runs on https://play.autodarts.io. It adds a Training Plans
sidebar to the page so you can define ordered sequences of darts games and have lobbies
created automatically on your behalf. To do this it:
api.autodarts.io) to create lobbies and
add you as a player — identical to what the Autodarts web app does when you create
a lobby manually.localStorage, scoped to
your Autodarts user ID.sessionStorage, which is cleared when you close the tab.
All data (training plans, active session state) is stored locally in your browser using
localStorage and sessionStorage. It never leaves your device
except as part of normal API calls to api.autodarts.io (e.g. your username
and board ID when joining a lobby).
Storage keys used:
adtp-plans-{userId} in localStorage — your saved training plans.adtp-session in sessionStorage — the active plan state (cleared on tab close).The extension only communicates with:
play.autodarts.io — the page it runs on.api.autodarts.io — to create lobbies and fetch your board list, using
your existing Autodarts session token.login.autodarts.io — the extension intercepts (but does not modify or
forward) the token response that your browser already receives when you log in.No data is sent to any other server.
The extension contains no analytics, telemetry, crash reporting, or any form of usage tracking.
Questions can be raised via the GitHub issue tracker .