Privacy First Design

Privacy Policy

Your privacy is fundamental to how we've built Stake Analyzer. Here's our commitment to protecting your data.

Effective Date: May 27, 2025

Quick Summary

  • All data stays on your device - we have no servers
  • We only track game results, not personal information
  • No analytics, no tracking, no third-party services
  • Open source code - verify our claims yourself
  • Uninstalling removes all data permanently

What Data We Collect (And What We Don't)

Data We Collect (Stored Locally Only)

  • Game Results: Keno drawn numbers (e.g., [5, 12, 23, 45...]), Plinko multipliers (e.g., 0.5x, 2x, 1000x)
  • Game Seeds: Provably fair verification seeds (for fairness checking)
  • Timestamps: When each game was played (for interval calculations)
  • Bet Amounts: Only for ROI tracking (optional)

Data We NEVER Collect

  • Your Stake username, email, or login credentials
  • Account balance or financial information
  • Payment methods or transaction history
  • Personal information (name, address, ID)
  • IP address or location data
  • Browsing history outside of Stake

How Stake Analyzer Works Technically

Understanding our technical implementation helps you verify our privacy claims:

1. Content Script Injection

When you visit Stake, our extension injects a script that listens for game results from Stake's API responses. We only read the public game outcome data.

manifest.json → content_scripts → inject.js

2. Local Storage Only

All data is stored using Chrome's storage.local API. This data never leaves your device and cannot be accessed by any website or server.

chrome.storage.local.set({seedResults, kenoResults})

3. No External Connections

We have zero servers. No analytics, no telemetry, no API calls. You can verify this by checking our manifest permissions - we only request access to Stake domains and local storage.

Verify yourself: Check Chrome DevTools Network tab while using our extension - you'll see zero requests to any external servers.

Data Security & Storage Limits

Since all data is stored locally, security depends on your device's security:

Storage Capacity

Chrome limits local storage to ~10MB. We store the last 1,000 games by default. Older data is automatically pruned to maintain performance.

Access Control

Only the Stake Analyzer extension can access its stored data. Other extensions, websites, or applications cannot read this data.

Data Removal

Uninstalling the extension completely removes all stored data. You can also clear data anytime via the extension settings or Chrome's clear browsing data function.

Chrome Permissions Explained

Our extension requests minimal permissions. Here's exactly what each one does:

storage
Required

Saves your game history locally. Without this, the extension couldn't remember any data between sessions.

tabs
Required

Detects when you're on a Stake website to activate the extension. We can only see Stake URLs, not your other browsing.

host permissions
Stake domains only

Allows reading game results from stake.com, stake.us, and official mirrors. We cannot access any other websites.

We do NOT request: access to all websites, browsing history, downloads, camera/microphone, or any other invasive permissions.

Your Rights & Data Control

You have complete control over your data:

Delete Specific Data

Clear data for games through the extension.

Complete Removal

Uninstalling the extension permanently deletes all data. No residual files or tracking remains.

Transparency & Code Verification

We believe in complete transparency. You can inspect our code yourself:

How to Verify Our Code

  1. 1.Download and extract the extension ZIP file
  2. 2.Open the extracted folder - all code is in plain JavaScript
  3. 3.Check manifest.json for permissions
  4. 4.Review background.js and popup.js for data handling

What to look for: Search for "fetch", "XMLHttpRequest", or any external URLs - you won't find any because we don't make external connections.

The entire extension is written in readable JavaScript - no obfuscation, no hidden functionality. Every line of code is open for your inspection.

Third-Party Services & Analytics

We Use ZERO Third-Party Services

  • No Google Analytics or any analytics
  • No error tracking (Sentry, Bugsnag, etc.)
  • No advertising networks
  • No CDNs or external resources
  • No social media integration

This website (stakeanalyzer.live) uses Google Analytics to understand visitor traffic. However, the Chrome extension itself contains no analytics or tracking code whatsoever.

Policy Updates

We may update this policy to reflect new features or legal requirements. When we do:

The "Effective Date" at the top will change

Major changes will be noted in the extension update description

We'll never change our core promise: your data stays local and private

Continued use after updates indicates acceptance. If you disagree with changes, you can uninstall the extension.

Questions About Privacy?

If you have any concerns about this policy or how we handle data, we're here to help.

Contact Our Team