Created
January 17, 2026 14:34
-
-
Save urzeye/459d92283d02c4f8a58ecd1909baa4bc to your computer and use it in GitHub Desktop.
Ophel privacy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Privacy Policy / 隐私政策 | |
| **Last Updated / 最后更新**: 2025-01-17 | |
| --- | |
| ## English Version | |
| ### Overview | |
| Ophel is a browser extension that enhances your experience on AI chat platforms. We are committed to protecting your privacy and being transparent about our data practices. | |
| ### Data Collection | |
| **Ophel does NOT collect, transmit, or store any user data on external servers.** | |
| All data is stored locally in your browser using Chrome's `storage.local` API, including: | |
| - Extension settings and preferences | |
| - Prompt templates you create | |
| - Conversation organization data (folders, tags) | |
| - Reading history positions | |
| - Theme preferences | |
| ### Data Usage | |
| Your locally stored data is used solely to: | |
| - Provide personalized extension functionality | |
| - Restore your settings across browser sessions | |
| - Enable features like prompt library and conversation management | |
| ### Third-Party Services | |
| - **WebDAV Sync (Optional)**: If you choose to enable WebDAV synchronization, your data will be transmitted to your self-hosted WebDAV server. This is entirely optional and under your control. | |
| - **No Analytics**: We do not use any analytics or tracking services. | |
| - **No Ads**: We do not display advertisements. | |
| ### Permissions | |
| Ophel requests only the minimum permissions necessary for its functionality: | |
| - `storage`: To save your settings locally | |
| - `host_permissions`: To run on supported AI platforms only | |
| - `notifications` (optional): For completion alerts | |
| - `cookies` (optional): For Claude multi-account management | |
| ### Data Security | |
| All data remains on your local device. We have no access to your data, conversations, or any information you enter on AI platforms. | |
| ### Contact | |
| For privacy concerns or questions, please open an issue on our GitHub repository: | |
| https://github.com/urzeye/ophel/issues | |
| --- | |
| ## 中文版本 | |
| ### 概述 | |
| Ophel 是一款浏览器扩展,旨在增强您在 AI 对话平台上的使用体验。我们致力于保护您的隐私,并对数据处理方式保持透明。 | |
| ### 数据收集 | |
| **Ophel 不会收集、传输或在外部服务器上存储任何用户数据。** | |
| 所有数据均使用 Chrome 的 `storage.local` API 存储在您的本地浏览器中,包括: | |
| - 扩展设置和偏好 | |
| - 您创建的提示词模板 | |
| - 会话组织数据(文件夹、标签) | |
| - 阅读历史位置 | |
| - 主题偏好 | |
| ### 数据使用 | |
| 您本地存储的数据仅用于: | |
| - 提供个性化的扩展功能 | |
| - 在浏览器会话之间恢复您的设置 | |
| - 启用提示词库和会话管理等功能 | |
| ### 第三方服务 | |
| - **WebDAV 同步(可选)**:如果您选择启用 WebDAV 同步,您的数据将传输到您自托管的 WebDAV 服务器。这完全是可选的,由您自行控制。 | |
| - **无分析工具**:我们不使用任何分析或跟踪服务。 | |
| - **无广告**:我们不展示任何广告。 | |
| ### 权限说明 | |
| Ophel 仅请求其功能所必需的最小权限: | |
| - `storage`:在本地保存您的设置 | |
| - `host_permissions`:仅在支持的 AI 平台上运行 | |
| - `notifications`(可选):用于完成提醒 | |
| - `cookies`(可选):用于 Claude 多账号管理 | |
| ### 数据安全 | |
| 所有数据都保留在您的本地设备上。我们无法访问您的数据、对话或您在 AI 平台上输入的任何信息。 | |
| ### 联系方式 | |
| 如有隐私相关问题,请在我们的 GitHub 仓库提交 Issue: | |
| https://github.com/urzeye/ophel/issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment