A MV3 Chrome extension that shows how many replies you’ve posted today on X (x.com).
- Open a reply composer on X/Twitter: a small counter pill appears next to the submit Reply button.
- The extension toolbar badge also reflects today’s count.
- Open
chrome://extensions - Enable Developer Mode (screenshot below)
- Click “Load unpacked” → select
build/chrome-mv3-prod(afterpnpm build)
- The background service worker detects successful “reply” posts via X/Twitter
CreateTweetrequests. - Counts are stored per-day in
chrome.storage.local, so they persist after reloads.
pnpm install
pnpm devThen load the unpacked extension from build/chrome-mv3-dev.
