隐私政策
最后更新日期:2026 年 7 月 21 日
1. 概述
感谢您使用灵译(Lingyi)(以下简称"本扩展")。本隐私政策说明我们如何收集、使用、存储和保护您的数据。
灵译是一款浏览器 AI 翻译扩展,所有数据处理均在您的本地浏览器中完成。我们没有自己的服务器,不会收集或上传您的任何数据。
2. 数据收集与存储
2.1 我们收集的数据
本扩展不向任何远程服务器发送数据(除下文"第三方服务"部分所述)。所有数据均存储在您的浏览器本地:
| 数据类型 | 存储位置 | 说明 |
| 配置信息 | browser.storage.local | 语言偏好、翻译模式、界面设置等 |
| API 密钥 | browser.storage.local | 您配置的第三方 AI 服务提供商 API 密钥 |
| 翻译缓存 | IndexedDB | 已翻译内容的本地缓存,用于加速重复翻译 |
| 待翻译文本 | 内存(临时) | 您在网页上选中的或自动识别的需要翻译的文本 |
2.2 我们不收集的数据
- ❌ 您的浏览历史记录
- ❌ 您的 IP 地址
- ❌ 您的设备信息
- ❌ 您的地理位置
- ❌ 您的个人信息(姓名、邮箱等)
- ❌ 任何遥测或分析数据
3. API 密钥管理
灵译支持您配置自己的 AI 服务提供商(如 Anthropic、OpenAI、Google 等)的 API 密钥。
- 本地存储:API 密钥仅存储在您的浏览器
storage.local 中
- 不暴露:API 密钥不会在 DOM、消息传递或任何 UI 中暴露
- 仅发送给服务商:API 密钥仅在调用对应服务商 API 时随请求发送,不会被转发给任何第三方
- 安全执行:所有 API 调用均在浏览器后台服务工作者(Background Service Worker)中执行,避免在网页上下文中暴露
4. 第三方服务
灵译本身不收集数据,但当您使用翻译功能时,待翻译文本会发送至您配置的 AI 服务提供商。
4.1 支持的服务商
灵译通过 Vercel AI SDK 支持 32+ 家 AI 服务提供商,包括但不限于:
- Anthropic (Claude)
- OpenAI (GPT)
- Google (Gemini)
- Azure OpenAI
- Ollama(本地部署)
- 其他用户自行配置的服务商
4.2 数据传输
- 待翻译文本会从您的浏览器直接发送至您选择的服务商的 API 端点
- 传输过程使用 HTTPS 加密
- 服务商的数据处理政策由该服务商自行管理,请参阅其隐私政策
4.3 本地部署选项
如果您使用 Ollama 等本地部署方案,翻译数据将完全不会离开您的设备,实现最高级别的隐私保护。
5. 数据共享与披露
- 不共享:我们不会将您的数据出售、出租或以其他方式共享给任何第三方
- 无广告:本扩展不包含任何广告或追踪代码
- 无分析:本扩展不集成任何数据分析服务(如 Google Analytics)
- 法律要求:由于我们不持有您的任何数据,因此不存在需要依法披露的数据
6. 数据安全
- 本地优先:所有敏感数据(如 API 密钥)均存储在浏览器加密存储中
- 沙箱隔离:内容脚本使用 Shadow DOM 完全隔离,防止与网页环境互相干扰
- 最小权限:本扩展仅申请实现翻译功能所必需的最小权限集
- 无远程代码:不从外部加载任何可执行代码
7. 数据删除
您可以随时通过以下方式删除本扩展产生的所有数据:
- 卸载扩展:在浏览器扩展管理页面卸载灵译,所有本地数据将被自动清除
- 手动清除:在扩展设置页面清除翻译缓存
- 浏览器数据管理:通过浏览器的"清除浏览数据"功能清除扩展存储的数据
8. 未成年人保护
本扩展面向所有年龄段用户。由于本扩展不收集任何个人数据,因此无需对未成年人进行特殊保护。
9. 隐私政策变更
- 本隐私政策如有更新,将在本页面发布并更新"最后更新日期"
- 重大变更将通过扩展更新日志或浏览器扩展管理页面通知您
- 建议您定期查看本政策以了解最新信息
10. 联系我们
如有任何关于本隐私政策或数据处理的疑问,欢迎通过以下方式联系我们:
Privacy Policy
Last Updated: July 21, 2026
1. Introduction
Thank you for using Lingyi (hereinafter referred to as "this Extension"). This Privacy Policy explains how we collect, use, store, and protect your data.
Lingyi is a browser-based AI translation extension. All data processing occurs entirely within your local browser. We operate no servers of our own and do not collect or upload any of your data.
2. Data Collection & Storage
2.1 Data We Collect
This Extension does not send any data to any remote server (except as described in the "Third-Party Services" section below). All data is stored locally in your browser:
| Data Type | Storage Location | Description |
| Configuration | browser.storage.local | Language preferences, translation modes, UI settings, etc. |
| API Keys | browser.storage.local | API keys for third-party AI service providers you configure |
| Translation Cache | IndexedDB | Local cache of translated content to speed up repeated translations |
| Text to Translate | Memory (temporary) | Text you select or is automatically identified for translation on web pages |
2.2 Data We Do Not Collect
- ❌ Your browsing history
- ❌ Your IP address
- ❌ Your device information
- ❌ Your geographic location
- ❌ Your personal information (name, email, etc.)
- ❌ Any telemetry or analytics data
3. API Key Management
Lingyi allows you to configure your own API keys for AI service providers (such as Anthropic, OpenAI, Google, etc.).
- Local Storage: API keys are stored exclusively in your browser's
storage.local
- No Exposure: API keys are never exposed in the DOM, message passing, or any UI
- Provider-Only Transmission: API keys are sent only to the corresponding service provider's API endpoint when making requests; they are never forwarded to any third party
- Secure Execution: All API calls are executed in the Background Service Worker, preventing exposure in the web page context
4. Third-Party Services
While Lingyi itself does not collect data, when you use the translation feature, the text to be translated is sent to your configured AI service provider.
4.1 Supported Providers
Lingyi supports 32+ AI service providers via the Vercel AI SDK, including but not limited to:
- Anthropic (Claude)
- OpenAI (GPT)
- Google (Gemini)
- Azure OpenAI
- Ollama (self-hosted)
- Other user-configured providers
4.2 Data Transmission
- Text to be translated is sent directly from your browser to the API endpoint of your chosen provider
- All transmissions are encrypted via HTTPS
- Each provider's data handling practices are governed by that provider's own policies; please refer to their respective privacy policies
4.3 Local Deployment Option
If you use a self-hosted solution such as Ollama, translation data will never leave your device, providing the highest level of privacy protection.
5. Data Sharing & Disclosure
- No Sharing: We do not sell, rent, or otherwise share your data with any third party
- No Ads: This Extension contains no advertisements or tracking code
- No Analytics: This Extension does not integrate any data analytics services (e.g., Google Analytics)
- Legal Requirements: Since we do not hold any of your data, there is no data to disclose under legal requirements
6. Data Security
- Local First: All sensitive data (such as API keys) is stored in the browser's encrypted storage
- Sandbox Isolation: Content scripts are fully isolated using Shadow DOM, preventing interference with the web page environment
- Minimal Permissions: This Extension requests only the minimum permissions necessary to implement translation functionality
- No Remote Code: No executable code is loaded from external sources
7. Data Deletion
You can delete all data generated by this Extension at any time through the following methods:
- Uninstall the Extension: Uninstall Lingyi from your browser's extension management page; all local data will be automatically cleared
- Manual Clearance: Clear the translation cache from the Extension's settings page
- Browser Data Management: Use your browser's "Clear browsing data" feature to clear data stored by the Extension
8. Protection of Minors
This Extension is intended for users of all ages. Since this Extension does not collect any personal data, no special protection for minors is required.
9. Changes to This Privacy Policy
- If this Privacy Policy is updated, it will be published on this page with the "Last Updated" date revised
- Significant changes will be notified via the Extension's changelog or your browser's extension management page
- You are encouraged to review this policy periodically to stay informed of the latest information
10. Contact Us
If you have any questions regarding this Privacy Policy or data handling, please contact us through the following channels: