Chrome Web Store listing · version 0.3.0
Batchd is a free, open-source Chrome extension that helps you bulk-delete your own likes and replies on x.com and twitter.com. When you click Start in the floating panel, it clicks the existing delete buttons on your behalf so you don't have to do it one-by-one.
Source code, issue tracker, and release notes live at github.com/11sid11/Batchd.
Batchd reads your currently-viewed page in memory only — to find the delete buttons for your likes and replies. The following Chrome Web Store data categories apply:
Batchd persists two pieces of in-progress state across tab refreshes — the current deletion count and the most-recent undo target — so that a refresh doesn't lose your session. This data:
Batchd declares only what it needs:
"storage" — to save in-progress state in chrome.storage.local."content_scripts.matches" = *://x.com/* and *://twitter.com/* — to inject the floating panel into the pages where it works. No host_permissions are requested.No service worker, no popup, no web_accessible_resources, no externally_connectable.
None. Batchd makes no network requests of any kind.
Batchd is not directed at children under 13 and does not knowingly process data from them.
This policy is updated at this URL as needed. Material changes appear in the project's GitHub release notes alongside the extension version that introduced them.
Open an issue at github.com/11sid11/Batchd/issues, or email the maintainer (linked from the GitHub profile).