Extension: Buddy AI | Last updated: March 2026
| Data Type | Where It Goes | Who Can See It |
|---|---|---|
| API Key (OpenAI / DeepSeek / other) | Stored locally in chrome.storage.local on your device |
Only you, on your device |
| API Base URL & Model name | Stored locally in chrome.storage.local |
Only you, on your device |
| Page content & user instructions | Sent directly from your browser to the AI API endpoint you configured | The AI API provider you chose |
| Saved prompts (favorites) | Stored locally in chrome.storage.local |
Only you, on your device |
| Language preference, max-steps setting | Stored locally in chrome.storage.local |
Only you, on your device |
The extension operates entirely client-side. Specifically:
https://api.deepseek.com/v1 or your own endpoint). This transmission happens directly from your browser to that API provider. We do not proxy, log, or intercept this data.We do not share any data with third parties.
https://api.deepseek.com/v1). This goes directly from your browser to that provider.storage.local API, which keeps data on your local device and is not synced to Google's servers unless you have Chrome Sync enabled for extensions.| Permission | Why It Is Needed |
|---|---|
activeTab | To read and interact with the page you are currently viewing when you initiate a task. |
tabs | To detect when a click opens a new tab and follow it automatically. |
storage | To save your API key, settings, and saved prompts locally on your device. |
sidePanel | To display the assistant interface in Chrome's side panel. |
scripting | To inject the content script that reads page elements and performs actions on your behalf. |
host_permissions: <all_urls> | Required so the extension can operate on any website you visit when you ask it to. No data is collected passively; the script only activates when you send a task. |
This extension is not directed at children under 13. We do not knowingly collect any data from children.
If we make material changes to this privacy policy, we will update the "Last updated" date at the top of this page. Continued use of the extension after changes constitutes acceptance of the updated policy.
If you have questions about this privacy policy, please open an issue on our GitHub repository.