๐Ÿš€

PRIVACY POLICY

PLANET EXPRESS LOUNGE
Last updated: June 2025  ยท  Version 4.0.1

Plain English summary: Planet Express Lounge stores everything locally on your device. Nothing is collected, tracked, or sent anywhere by the developer. The only network calls this extension ever makes are the ones you initiate directly โ€” your chat messages going to the API provider you chose, using the key you provided.

1. Who we are

Planet Express Lounge is an independent, non-commercial Chrome Extension created by #DHSeaDev as a personal fan project. There is no company, no website, no organisation, and no commercial entity behind this extension. It is one developer, building something for fun.

Because there is no organisation collecting data, there is no "we" โ€” there is only the code running in your browser.

2. What data is stored and where

All data this extension creates lives exclusively on your device. It is stored in two browser-native locations, both of which you fully control:

What Where Why You can delete it
API keys (Groq / OpenRouter / Gemini / ElevenLabs) chrome.storage.local So you don't have to re-enter them every session Settings โ†’ Your Data โ†’ Clear All, or remove extension
Conversation history (chat turns) Browser IndexedDB Powers the transcript and Cold Storage pins Settings โ†’ Your Data โ†’ Clear All
Cold Storage pins and saved exchanges Browser IndexedDB Saves exchanges, transcripts, and AI summaries you pinned or saved Cold Storage tab โ†’ Delete button per pin, or Clear All
Delivery reward count & timestamp chrome.storage.local Tracks milestone progress and 12-hour session cooldown Settings โ†’ Your Data โ†’ Clear All
UI preferences (theme, font size, voice speed, master volume, cast toggles, chaos mode, voice engine mode) chrome.storage.local Remembers your display and behaviour preferences between sessions Settings โ†’ Your Data โ†’ Clear All
Provider and model selection chrome.storage.local Restores your LLM configuration between sessions Settings โ†’ Your Data โ†’ Clear All

That is the complete list. Nothing else is stored. No cookies. No local files outside of Chrome's managed storage areas. No IndexedDB databases other than the one named PlanetExpressLounge.

Demo Mode note: When no API key is connected, the extension runs in Demo Mode โ€” a pre-written episode and scripted chat exchanges using your device's local TTS. Demo Mode stores nothing and makes no network calls of any kind. It exits permanently when you connect an API key.

3. What data leaves your device

The only data that ever leaves your device is the content of your chat messages and autopilot prompts, sent directly from your browser to the API provider you selected. This happens when you press Send, when Autopilot mode is running, or when the invention generator is used in the Lab. Demo Mode makes no external requests.

The destination is always one of:

These calls are made using your own API key. The developer receives nothing. There is no proxy, no middleware, no relay server. The request goes from your browser directly to the provider.

What those providers do with your prompts is governed by their privacy policies, not this one. Please read:

4. What the developer does NOT collect

The developer (#DHSeaDev) collects zero analytics, zero telemetry, zero crash reports, zero usage statistics, zero personal information, and zero conversation data. There are no tracking pixels, no fingerprinting scripts, no third-party analytics SDKs, and no advertising infrastructure of any kind in this extension. It has no backend server. It has no database. It makes no calls to any server operated by the developer.

This extension does not collect data about which AI provider or API you use, what prompts or messages you send to those providers, or how you interact with the extension. No usage telemetry, keystrokes, or behavioral data of any kind leave your device through this extension.

5. Permissions explained

The extension requests the following Chrome permissions. Each one is used exclusively for the feature described:

PermissionWhy it is needed
storage Saves your API keys, preferences, and delivery rewards locally via chrome.storage.local. No data ever leaves your device through this permission.
tts Reads character dialogue aloud using Chrome's built-in text-to-speech engine. No audio is recorded or transmitted.
sidePanel Opens the extension as a persistent sidebar panel rather than a pop-up window. Required for the layout to function.
contextMenus Adds a right-click option to send selected text directly to the crew chat. The selected text is never stored beyond the current session.
Host: api.groq.com Allows the extension to make direct API calls to Groq using your API key when you select Groq as your provider.
Host: openrouter.ai Allows direct API calls to OpenRouter when selected.
Host: generativelanguage.googleapis.com Allows direct API calls to Google Gemini when selected.
Host: api.elevenlabs.io Allows direct API calls to ElevenLabs Text-to-Speech using your own key, only if you add one in Settings for premium character voices. Optional โ€” the extension works fully without it using your OS or Chrome's built-in voices.

6. Children's privacy

This extension is not directed at children. It contains AI-generated character dialogue that may include adult themes when Chaos Mode is enabled. The developer does not knowingly collect any information from anyone, children or adults.

7. How to delete all data

To remove all locally stored data created by this extension:

8. Changes to this policy

If this policy changes materially, the "Last updated" date at the top will change and the new version will be linked from the extension's manifest homepage_url. Because there is no account system and no way to contact users, the changelog in the GitHub repository serves as the notification mechanism.

9. Contact

To ask questions about this policy, report a concern, or request removal of any content, open an issue at the GitHub repository linked in the extension manifest. There is no other contact method.

10. Intellectual property notice