Easily copy or download your ChatGPT Cookies + user-agent values with one click.
This Chrome Extension allows you to quickly and easily copy ChatGPT cookie values and user-agent strings to your clipboard, or export a single `.env` file with everything.
Usage:
1. Install the extension
2. Click on the extension icon in the Chrome toolbar to automatically navigate to the ChatGPT website 👉️ https://chat.openai.com/chat
3. Select one of the options to automatically copy the `SESSION_TOKEN`, `USER_AGENT`, and `CF_CLEARANCE` or all values at once to your clipboard, or download a single `.env-all` with all of them.
4. Paste the values wherever they are needed in your project, such as in the `.env` file.
Source code:
https://github.com/itsbrex/ChatGPT-Cookies
### Changelog
#### v2.0
- Copy individual cookies or copy all at once
- Export all values as an .env file
- Added onboarding.html page
#### v1.1
- Added the ability to copy `SESSION_TOKEN`, `USER_AGENT`, and `CF_CLEARANCE` values in addition to the `SESSION_TOKEN` value
- Added a prompt to confirm that the session token has been successfully copied
- Fixed a bug where the extension was not correctly copying the `CF_CLEARANCE` value
#### v1.0
- Initial release