← AI Gloss Tab

Privacy Policy

AI Gloss Tab v0.1.0 · Last updated: 2026-04-18

This page shows the English version. 中文版见下方

TL;DR

AI Gloss Tab does not collect, store, or transmit any user data to any remote server. All features run entirely in your browser. Your AI conversation content never leaves your device.

What We Don't Do

What We Store Locally

The extension uses the standard chrome.storage API to save data locally on your device. This data is not synced, not uploaded, and exists only within your current browser profile.

1. User Preferences (chrome.storage.local, persistent)

FieldPurposeExample
themeTheme preference"system" / "light" / "dark"
langUI language"zh" / "en"
components.*Feature toggles (timeline, copy, pet)true / false
railPosition.*Timeline position (side, offset, center)"right", 60, 50

2. Gloss Pet Companion State (chrome.storage.local, persistent)

FieldPurpose
petId, mood, rerollsLeftCompanion identity and mood
cooldownUntil, hatchedReroll cooldown, hatching state
position, personalitySeedDrag position, behavior seed

Contains no personal information or conversation content.

3. Platform Diagnostic (chrome.storage.session, temporary)

DOM selector pass/fail status and platform name only. Cleared when browser closes.

4. Diagnostic History Summary (chrome.storage.local)

Scoring summaries only (date + score + platform). No full diagnostic data stored.

Data Retention and Deletion

ScenarioBehavior
Uninstall extensionChrome automatically deletes all extension data
Close browserchrome.storage.session data cleared automatically
Manual deletionChrome Settings → Privacy → Clear browsing data → Advanced

We retain no copies of deleted data — our servers hold nothing.

Content Script Behavior

Runs on 9 AI platforms: ChatGPT, Claude, Gemini, DeepSeek, Kimi, Tongyi Qianwen, Doubao, Tencent Yuanbao, Baidu Yiyan.

Does:

Does NOT:

Permissions

PermissionPurpose
activeTabDetect current URL to check if on a supported AI platform
storageSave preferences, companion state, diagnostic reports
host_permissionsContent script injection on 9 AI platform domains

Does NOT request: tabs, cookies, history, downloads, webRequest, webNavigation, identity, management, notifications, geolocation.

Third-Party Resources

All bundled locally, no CDN or remote calls:

ResourceLicense
Fraunces, Quicksand (fonts)SIL OFL 1.1
KaTeX (formula rendering)MIT
MathJax (formula fallback)Apache 2.0
html2canvas-pro (screenshots)MIT

Data Security

Children's Privacy

Not directed at children under 13. Collects no data from anyone.

Your Rights

Since we collect no personal data, GDPR/CCPA rights (access, rectification, erasure, portability) are self-fulfilled. You hold the only copy in your browser. View via DevTools, modify in Popup, delete by uninstalling.

Changes to This Policy

Updates will revise the "Last Updated" date and be noted in CHANGELOG.md. Material changes (e.g., introducing network transmission) will be prominently noted in extension update descriptions.

Governing Law

Governed by PRC law. GDPR/CCPA obligations are factually inapplicable as no personal data is collected.

Contact

Email: glosstabbug@foxmail.com
GitHub: Issues

中文版

完整中文版隐私政策请参见扩展源码中的 privacy-policy.md。核心要点:

联系方式:glosstabbug@foxmail.com