1. Summary
Lets Break is a Chrome Side Panel extension that provides a small collection of single-player arcade games (Brick Breaker, Flappy Bird, Space Shooter, Snake, Tic Tac Toe, Whack-a-Mole). Games run fully in your browser and are packaged with the extension.
2. What data we collect
- Local gameplay data: per-game best scores (numbers) stored in
chrome.storage.localso bests persist between sessions. - No personal identifiers: we do not collect names, email addresses, device identifiers, browsing history, or contacts.
- No analytics or remote telemetry: the extension does not call third-party analytics or send gameplay data to external servers.
3. How we use the data
- Stored best scores are used only to display your highest score inside the extension UI.
- Scores remain in your browser profile and are not uploaded, shared, or monetized.
4. Permissions & runtime behavior
sidePanel— to provide the games inside Chrome's Side Panel experience.storage— to save per-game bests locally usingchrome.storage.local.alarms— used for the optional in-panel break reminder (30s interval). Alarms only trigger extension code and do not collect data.- Note: the manifest previously listed a broad
<all_urls>host permission. The current game code does not require cross-origin access; for review and privacy reasons we recommend removing or narrowing any host permissions.
5. Where data is stored
All data used by Lets Break is stored locally in the browser's extension storage area via
chrome.storage.local. This data remains on your device and is removed if you
uninstall the extension or clear browser storage.
6. Third-party services
Lets Break does not use third-party analytics, ads, or remote storage. All game code and assets are packaged inside the extension and run locally. If future updates add external services, we will update this policy and explicitly document the services and the data shared.
7. Your privacy rights
- Access & deletion: You can clear stored scores by uninstalling the extension or clearing site data for the extension in Chrome.
- Opt-out: Because no personal data is collected or transmitted, there is no tracking opt-out required.
8. Children
We do not knowingly collect personal information from children under 13. If you believe a child has provided personal information, please contact us and we will remove the data.
9. International users
Because data is stored only in your browser, there is no international transfer of personal data. Users in the EU/EEA have the same local data rights described above.
10. Security
We follow a "local-first" design: since stored data is minimal and kept in your browser, we do not transmit it over the network. Keep your browser updated for platform-level security improvements.
11. Changes to this policy
We may update this Privacy Policy to reflect changes in the extension or legal requirements. If we make material changes, we will post the new policy here with an updated effective date.
12. Contact
If you have questions about this policy or your data, contact us via CyberMaxCode.