Last updated: 05 May 2025
ChatGPT Timestamp is an open-source Chrome extension that adds a local date-and-time label to every message in your ChatGPT conversations. We take privacy seriously and have designed the extension so that all processing and storage happen entirely on your device.
Category | Details | Location | Retention |
---|---|---|---|
Message timestamps | A single number (Date.now() in ms) for each ChatGPT message you see. |
Stored with chrome.storage.local . |
Stays until you manually clear your browser’s extension data. |
Extension setting | One boolean value enabled to remember if timestamps are hidden/shown. |
Stored with chrome.storage.local . |
Same as above. |
No personal, behavioral, or sensitive data is ever collected or processed.
enabled
flag preserves your visibility preference.No data is synced, shared, sent to a server, or logged externally. Everything stays local.
Permission | Why it’s required | Scope |
---|---|---|
storage |
To store and retrieve timestamps and the visibility toggle flag. | Local browser profile only. |
https://chat.openai.com/* |
Allows the extension to access and modify ChatGPT’s DOM to insert timestamps. | Only ChatGPT pages. |
https://chatgpt.com/* |
Same as above. | Only ChatGPT pages. |
https://*.chatgpt.com/* |
Ensures support for all current and future subdomains of ChatGPT. | Only ChatGPT pages. |
The extension does not request permissions for activeTab
, camera, microphone, notifications, or other sensitive APIs.
All JavaScript is included in the extension package itself.
✅ No remote scripts
✅ No CDN libraries
✅ No dynamic imports from external sources
chrome.storage.local
and cannot be accessed by websitesThe extension is intended for general use and does not knowingly collect data from children under 13.
This document may be updated to reflect new features or legal requirements.
The “Last updated” date at the top will always show the current version.
For privacy questions or concerns, please contact:
📧 valmislab.studio@gmail.com
By using the ChatGPT Timestamp extension, you acknowledge that you have read and understood these Privacy Practices.