AlphaDraft

Privacy Policy

ESPN auction-draft assistant · Last updated 2026-07-06

What this extension does

AlphaDraft reads the live data stream of an ESPN auction fantasy draft while you are on an ESPN draft page, and turns it into real-time bid/pass guidance. To do that it observes the WebSocket messages the ESPN draft page already exchanges (nominations, bids, the clock, and sales) and forwards a normalized version of them to its configured receiver.

What data is handled

The extension's content scripts run on ESPN domains — it reads and acts on your live auction-draft page. The extension also declares a small content script on the AlphaDraft war-room site (alphadraft.ai; the developer / side-load build also covers the legacy war-room address draft.ninetalents.com) whose only job is to receive the short-lived overlay access token you enable when you turn on the optional in-page overlay — it reads no other website's content and does nothing until you turn the overlay on. The only non-ESPN addresses the extension can reach are the receiver destinations for the draft data it forwards: a local receiver on your own computer (loopback) or the hosted war room — which one is the default depends on how you installed the extension (see below). It does not track your browsing, contains no analytics or advertising SDKs, and the extension itself does not collect your name, email, contacts, location, or financial information.

Where the data goes (this is the important part)

Where the extension forwards your draft events depends on how you installed it. (If the extension's options page offers only a hosted receiver, you have the Chrome Web Store build; if it offers both a local and a hosted receiver, you have the developer / side-load build.)

  1. Chrome Web Store build — the default destination is the hosted war room. The published package is preconfigured to forward draft events to the hosted AlphaDraft war room at https://alphadraft.ai. Forwarding is enabled, but Chrome does not let the extension send to that hosted receiver until you grant the optional site permission it must have to forward there — requested on a deliberate click, not granted automatically at install. Before you grant it, no draft events or snapshots are sent to the hosted receiver. After you grant it, draft events are sent to and stored by the hosted service, as described under "Storage and retention" below. The Store build does not include the local-receiver option.
  2. Developer / side-load build — the default destination is your own computer. The beta / developer build is preconfigured to forward draft events to http://127.0.0.1:8971 — a server running on your own computer (the loopback address). If you have not started that local receiver, nothing is received and nothing leaves your machine. This build sends to the hosted war room only if you switch the receiver to "Hosted" and grant the hosted site permission. Older side-load builds configured for the legacy war-room address (draft.ninetalents.com) keep working — it is the same hosted AlphaDraft service, which currently answers at both addresses.

Honest note on defaults: event forwarding is enabled by default in both builds, but the default destination differs. In the Chrome Web Store build the default destination is a remote server (alphadraft.ai); your draft data reaches it only after you grant the hosted site permission Chrome prompts for. In the developer / side-load build the default destination is your own computer (loopback), and no draft data is transmitted off your device unless you switch to the Hosted receiver and grant that permission.

Raw capture (off by default, local only)

The options page has an optional "Capture the raw frame stream" toggle used for diagnostics. It is off by default, and the extension structurally refuses to send raw frames to any non-local address — raw capture only functions when the receiver is the loopback address, and that setting is stored locally and is never synced to other devices. (Because the Chrome Web Store build has no local receiver, raw capture cannot send anywhere in that build.) This guard exists because a raw frame can embed session/room material.

Signing in to the hosted war room (Google)

The hosted war-room service at alphadraft.ai is access-controlled, so if you opt into it you sign in with Google. We request the standard, non-sensitive sign-in scopes openid email profile — that is your email address and basic profile (your name and profile picture), which we use to identify your account and gate access. We do not request access to Gmail, Google Drive, your contacts, your calendar, or any other Google data. The browser extension itself does not sign you in and requests no Google permissions.

Storage and retention

How the data is used

Solely to provide the draft-assistant functionality: turning the live draft into bid/pass guidance for you, and (for the hosted service) identifying your account so your war room is yours.

Usage analytics

To understand whether the site is reaching and helping people, we keep a small amount of first-party, aggregate usage analytics on our own servers. We do not use Google Analytics or any third-party analytics service, and we set no tracking cookies. What we keep are aggregate counts — plus, only so we can de-duplicate (count a browser, a session, or an account once), a one-way, salted digest we cannot reverse back to the underlying id. We never store the raw ids themselves:

AI-generated explanations (optional)

Some hosted war-room features use an AI provider (Anthropic) to put the engine's reasoning into plain English. The recommendation itself is always made by our own deterministic engine, not the AI. These features only run when the hosted service is configured for them; if it is not, nothing is sent to any AI provider. Two paths use it:

What we never do

Affiliation and trademarks

AlphaDraft is an independent tool compatible with ESPN Fantasy. It is not affiliated with, endorsed by, or sponsored by ESPN, The Walt Disney Company, or the National Football League. "ESPN" is a trademark of its respective owner and is used here only nominatively, to describe what the tool is compatible with — not to imply any partnership. The tool reads the draft data shown in your own authenticated ESPN session, on your behalf; it does not circumvent ESPN's access controls or speak for ESPN.

Changes

Material changes to this policy will be reflected here with an updated "Last updated" date.

Contact

Questions or deletion requests: support@alphadraft.ai.