Privacy Policy
Data Collection
This extension does not collect any personal data: no usage tracking, no built-in analytics, no sending your conversations to third parties for advertising or profiling, and no ads.
Data Storage
| Data | Storage Location |
|---|---|
| Settings | chrome.storage.sync |
| Chat History | chrome.storage.local |
| Prompts | chrome.storage.local |
| Uploaded / AI-reply cached images | IndexedDB (AttachmentStore) |
| Hermes / OpenClaw connection state | chrome.storage.local (agentProviderConnections) |
API Keys
Keys are stored in chrome.storage.sync and are only read locally by the extension to call your chosen AI provider. They are never sent to the extension developer.
Network Communication
- AI Conversations: Messages are sent directly to the AI service endpoint you have configured in settings.
- Web Search: Queries are sent to the search engine or related API you have configured.
- Page Capture: Processed locally in the browser to compose prompt content.
- AI reply images: If an AI reply contains HTTP/HTTPS image URLs, the extension fetches those URLs on your behalf to display and cache them locally in IndexedDB. Requests go only to the host indicated by the URL, not to the Momo developer.
Permissions
| Permission | Purpose |
|---|---|
sidePanel |
Display the sidebar |
storage |
Store settings, conversations, and other data |
activeTab |
Capture current tab content (page capture) |
scripting |
Inject scripts such as the float ball into web pages |
tabs |
Detect and associate tab states |