AI 产品解读Bulk message unsender for Instagram DM conversations
Allows users to quickly remove all their sent messages from an Instagram Direct Message conversation, which is not natively supported by Instagram's interface for bulk actions.
1. User navigates to an Instagram DM conversation. 2. Extension injects a panel into the page. 3. User optionally sets a date boundary or picks a specific message as a cutoff. 4. User clicks 'Unsend All'. 5. Extension collects all user messages via Instagram's GraphQL API, storing them in IndexedDB. 6. Extension iterates through collected messages, calling the unsend mutation with rate limiting delays. 7. Progress is displayed in real-time.
Bulk unsending of all messages in an Instagram DM conversationDate boundary filtering to keep older messagesTwo-phase process: collect messages then unsend with rate limitingReal-time progress tracking with elapsed/remaining time estimatesResume support for stopping and restarting unsend operationsAutomatic backoff on Instagram rate limiting (429 responses)
- 目标用户
- Instagram users who want to clean up their DM history
- Analysis based on static source code inspection; runtime behavior depends on Instagram's current DOM structure and API endpoints which may change.
付费分析未识别到付费功能
The extension is free with no paid features. No billing logic, subscription checks, or payment integrations were found in the source code.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension operates on instagram.com and requires the user to be logged into Instagram to access DM conversations and perform API calls. It explicitly checks for authentication cookies and errors out if not logged in.