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!
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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
查看最近评论和评分分布。
商店综合星级:4.2。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
🧹 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.