一秒读懂闲鱼卖家的黑话/暗语 · 搜索时自动建议、浏览时自动解读 · 完全本地运行 · 零数据收集
最后更新:2026-05-13 插件版本:v1.7.1
本插件 不收集、不传输、不分享任何用户数据,全部在浏览器本地运行。
插件使用 Chrome 提供的本地存储区 chrome.storage.local(永不与任何服务器同步)保存:
| 项 | 用途 |
|---|---|
decodeEnabled(布尔值) |
页面暗语高亮的开关状态 |
customDict(对象) |
你通过”我的”标签手动添加的自定义词条 |
这些数据仅在你本机。卸载插件即清除。
插件随安装包自带一份静态加密词典(data/dictionary.enc.json)。AES-256-GCM 加密只用于防爬虫静态抓取——解密 key 在 data/crypto.js 是明文常量,解密后的内容只在内存中用于查找。完整明文词典也公开在 GitHub 仓库 的 tools/dictionary.source.json。
当你主动点击 popup 中的 🤖 按钮时,插件调用 Chrome 内置 Prompt API,运行 Google 的设备本地模型 Gemini Nano,所有计算都在你的设备上。无任何数据离开你的电脑。
插件仅在以下三个域名激活:
*.goofish.com(闲鱼网页版)*.xianyu.com2.taobao.com在其它任何网站,插件不执行任何操作。
| 权限 | 用途 |
|---|---|
storage |
保存你的偏好和自定义词典到本地 |
activeTab |
让 popup 能读取当前活跃标签页,应用设置更改 |
| 三个闲鱼域名的 host permission | 仅在闲鱼页面注入暗语高亮的内容脚本 |
不申请 <all_urls> / webRequest / tabs / cookies / history 等任何敏感权限。
如果将来数据处理方式发生变更,本页将更新”最后更新”日期。
This Chrome extension does not collect, transmit, or share any user data. Everything runs locally in your browser.
Locally stored items (in chrome.storage.local, never synchronized to any server):
decodeEnabled boolean — whether in-page slang highlighting is enabledcustomDict object — your optional custom slang entries added via the popupThe extension activates only on *.goofish.com, *.xianyu.com, and 2.taobao.com. It performs zero actions on any other site.
Contact: help@sudoo.dev · GitHub Issues