Products / LeetView / Privacy Policy

Privacy Policy

LeetView Chrome Extension — Last updated: 21 March 2026

Summary

LeetView does not collect, transmit, or share any personal data. Everything the extension stores stays on your device.

Data Storage

  • chrome.storage.sync — profile solve history, persisted across sessions and optionally synced across your Chrome profile via Google's infrastructure if Chrome Sync is enabled.
  • No data is ever sent to any server operated by the extension author.

Data Collected

LeetView intercepts responses from leetcode.com (GraphQL and submission result endpoints) on the leetcode.com domain only. When an accepted submission is detected, the following fields are stored locally:

  • Problem title and slug
  • Problem difficulty (Easy / Medium / Hard)
  • Programming language used
  • Timestamp of the solve
  • LeetCode question ID (used for deduplication)

What We Do Not Do

  • No external network requests beyond what LeetCode itself initiates
  • No analytics or usage tracking
  • No telemetry or crash reporting
  • No third-party services or SDKs
  • No advertising identifiers
  • No sale or sharing of data with any party

User Control

  • Use the Clear All Data button in the popup to delete all history
  • Use the Export Data feature in the Options page to download a copy of your data
  • Uninstalling the extension removes all locally stored data

Contact

For questions about this privacy policy, open an issue on the GitHub repository.