插件做了什么
只有当你主动点击悬浮球或工具栏图标时,插件才会:
- 读取你当前所在网页的可见文本(如果你划选了文字,则优先用划选内容)。
- 把这段文本和你输入的问题(以及你在设置里配置的系统提示词,如果有)拼接在一起。
- 打开或切换到你选择的 AI 平台(ChatGPT / Gemini / 豆包 / DeepSeek)的标签页,把拼接好的内容填进该平台自己的对话输入框,交给你确认后手动发送(如果你在设置页打开了"自动发送",插件会替你点击该平台的发送按钮)。
插件不会在后台或定时读取网页内容——只有你主动点击时才会触发。
数据存储在哪里
- 你的设置(启用哪些平台、默认问题、系统提示词、是否自动发送、上下文最大字数)保存在
chrome.storage.local里——这是你自己浏览器本地、仅你本机可见的存储区域。 - 抽取出的网页文本 + 你的问题只会在
chrome.storage.local里短暂停留(几秒钟,直到目标 AI 标签页读取并填入输入框为止),随后会被清除。 - 这些数据不会被发送到任何由开发者运营的服务器。插件没有后端,不做任何数据统计,也不会主动发起任何网络请求。
关于第三方 AI 平台
当你把问题发给 ChatGPT / Gemini / 豆包 / DeepSeek 时,这段文本会被发送给该平台,并适用该平台自己的隐私政策——效果和你自己手动打字发给它们完全一样。插件在这个过程中不做任何拦截、留存或加工,只是自动完成了"把上下文复制进对话框"这一步,原本这一步需要你手动完成。
为什么需要这些权限
activeTab:仅在你点击悬浮球/工具栏图标的那一刻读取当前页面,不在后台持续读取。storage:把上面提到的设置和临时 payload 存在你本机,不涉及任何远程存储。- 所有网站的 host 权限:悬浮球功能设计上要能在你正在阅读的任意网页上使用,自动填充逻辑也需要能在你选择发送到的那个 AI 平台网站上运行——这两者都是插件的核心功能,不是附带收集数据。
数据使用承诺
- 不会出于广告或无关目的出售或转让你的数据给第三方。
- 不会用于评估信用或放贷相关用途。
- 数据仅用于在你主动发起请求时,提供"提取网页文本 → 发给 AI"这一核心功能。
联系方式
对本政策有疑问:bigfatsea+anychat@gmail.com
What the extension does
On your command (clicking the floating button or the toolbar icon), the extension:
- Reads the visible text of the page you are currently viewing (or your current text selection, if any).
- Combines that text with the question you type and, if configured, your custom system prompt.
- Opens or switches to a tab for the AI platform you chose (ChatGPT, Gemini, Doubao, or DeepSeek) and fills that combined text into the platform's own chat input box, so you can review and send it yourself (or, if you've enabled "auto-send" in Settings, the extension clicks the platform's send button for you).
The extension never runs unless you explicitly click the floating button or the toolbar icon — it does not read page content in the background or on a schedule.
What data is stored, and where
- Your settings (enabled platforms, default question, system prompt, auto-send toggle, max context length) are stored in
chrome.storage.local— a storage area private to your own browser profile on your own device. - The extracted page text + your question is held in
chrome.storage.localonly transiently (a few seconds, until the target AI tab picks it up and fills its input box), then deleted. - None of this data is ever sent to any server operated by the developer. The extension has no backend, no analytics, and makes no network requests of its own.
Third-party AI platforms
When you send a question to ChatGPT, Gemini, Doubao, or DeepSeek, that text is transmitted to — and becomes subject to the privacy policy of — that platform, exactly as if you had typed it into their website yourself. This extension does not add, remove, or intercept anything in that exchange; it only automates the "copy your context into the chat box" step you'd otherwise do by hand.
Why the extension requests the permissions it does
activeTab— lets the extension read the page you're currently on, but only at the moment you click the floating button or toolbar icon (not in the background).storage— stores your settings and the brief in-flight payload described above, on your device only.- Host permissions (all
http:///https://sites) — the "quick ask" floating button is meant to work on any webpage you're reading, and the auto-fill logic needs to run on whichever AI platform's site you send the question to. Both of those are core, expected features of the extension, not incidental data collection.
Data use commitments
- Your data is never sold or transferred to third parties for advertising or unrelated purposes.
- Your data is never used to determine creditworthiness or for lending purposes.
- Your data is used solely to provide the extension's core "extract page text → ask an AI" function, at your explicit request.
Contact
Questions about this policy: bigfatsea+anychat@gmail.com