1. Purpose of the Extension
The single purpose of the AI Conversation Tree extension is to provide a visual hierarchical tree view for supported AI chat platforms (ChatGPT, Gemini, Doubao, DeepSeek), helping users navigate, collapse, search, and manage long conversations.
2. Data We Process
To function properly, this extension reads the conversation content and DOM structure only when you are visiting the following supported websites:
https://chatgpt.com/*https://gemini.google.com/*https://*.doubao.com/*https://chat.deepseek.com/*
We also use your browser's local storage to save extension settings, UI states, and tree-related metadata.
3. How Data is Used
The information is used strictly for the following purposes:
- Generating and displaying the conversation tree within the page.
- Supporting features like collapsing, expanding, searching, reordering, and exporting.
- Saving your user preferences and local session state.
- Providing anonymized debug logs (only when manually triggered by you).
4. Data Storage & Sharing
All processed information is stored locally on your device. The extension does not upload, transmit, share, or sell your data to any third-party servers. Your data stays entirely in your browser.
5. Permissions Explanation
storage: To save extension settings and tree states locally.tabs: To identify the active tab and enable extension features on supported sites.scripting: To inject and execute the extension logic on the supported websites.- Host permissions: To access the current page content specifically on ChatGPT, Gemini, Doubao, and DeepSeek.
6. Contact
If you have any questions, please visit the project repository:
https://github.com/wbt20000506/ai-conversation-tree-official