Delete ChatGPT Messages Fast
🧹 Effortlessly bulk delete 🗑️ or archive 🗂️ conversations 💬 in one click 🖱️
Easily bulk select, delete, and archive ChatGPT conversations. Declutter your ChatGPT history in just a few clicks!
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
Tired of scrolling through endless ChatGPT conversations just to delete or archive them one by one? DeclutterGPT is the ultimate Chrome extension designed to make your ChatGPT experience faster and more efficient.
🔥 Why DeclutterGPT?
Save Time – Delete or archive multiple conversations in seconds instead of clicking each one manually.
Stay Organized – Keep your chat history clean and clutter-free.
User-Friendly – Simple, intuitive interface with easy selection checkboxes.
⚡ Key Features
Inspect the latest comments and rating distribution.
Store average score: 4.2. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
🧹 Effortlessly bulk delete 🗑️ or archive 🗂️ conversations 💬 in one click 🖱️
ChatGPT Delete All Chats: bulk delete multiple chats, clear history and keep your ChatGPT clean.
Displays timestamps for ChatGPT messages
You can delete and archive ChatGPT, Claude, and Gemini chats all at once.
A Chrome extension to assist deletion of ChatGPT conversations
Multi-select to archive or delete ChatGPT conversations.
Thank you so much for making this, I don't know why others in their reviews said it couldn't work for them possibly they don't have enough brain cells to use it. I actually discovered this using ChatGPT as well it recommended it to me!! I cleared a lot of chats, I wish OpenAI allowed this feature by default. :)
Not working at all Using Chrome Browser. I hit Select Conversations and no checkboxes appear and nothing changes. Useless to me.
Did the job effortlessly as mentioned! Kudos to the developer!
I just needed something to bulk archive and nothing else. This works great and you can write a small javascript snippit to bulk check everything after a certain chat title like this ``` const marker = Array.from(document.querySelectorAll('*')) .find(el => el.textContent.trim() === 'AI advances and agents'); if (marker) { // Get all bulk-delete checkboxes const checkboxes = document.querySelectorAll('.bulk-delete-checkbox'); checkboxes.forEach(cb => { // Only check boxes that appear *after* the marker in the DOM if (marker.compareDocumentPosition(cb) & Node.DOCUMENT_POSITION_FOLLOWING) { if (cb.type === 'checkbox') { cb.checked = true; } } }); } ```
This is truly a lifesaver. I wish it could "multiple move" chats to projects.
Using on Chrome Browser, Windows 11. I can select conversations, but archiving or deleting buttons don't do anything; the page just reloads. Useless
DeclutterGPT works for me, and I’m using the Chrome browser. I’m not sure why it isn’t working for others. Once you delete the chats, go back to the extension and delete the chats again, that’s it. Kudos to the developer Rishab Sharma. Proud of an Indian developer making useful extensions and not putting a paywall behind a necessary extension, especially since OpenAI hasn’t rolled out this basic feature yet.
Great extension! I was looking for this exact feature when I first started using chat GPT, so I am glad someone made it. It works exactly as shown and very well. Simple, minimal, and straight to the point. Excellent!
Still not working as of 11/7. Too bad, looks like it would have been perfect for my needs. Will have to try something else.
Didn't work, couldn't select chats.