Privacy Policy for chatgptree
Data Collection
This extension does not collect, store, or transmit any personal user data.
Local Data Storage
The extension stores the following data on the user’s local machine using the browser’s storage API. This data is never transmitted from the user’s computer.
- Bookmarks: A list of saved chat IDs and titles.
- Settings: The on/off state of the extension.
- Consent: A true/false value indicating user consent for the Code Runner feature.
Remote Code Execution (Piston API)
The Code Runner feature executes code snippets. For server-side languages (e.g., Python, C++), this requires an external service.
- Data Transmitted: When activated by the user, only the text content of the selected code block is sent to the public Piston API (
https://emkc.org/
).
- Data Not Transmitted: No other data, including conversation history or user information, is ever sent.
- User Consent Requirement: This feature is opt-in. A consent dialog is displayed, and user agreement is required before any data is sent.
For questions about this policy, open an issue on the GitHub repository.