A privacy-focused Chrome extension that helps you track and achieve your daily reply targets on X.com (formerly Twitter). Set goals, monitor progress, and stay motivated - all while keeping your data completely private.
- Daily Target Setting: Set your desired number of replies per day
- Real-time Progress Tracking: Automatically detects when you post replies
- Visual Progress Bar: Clean, minimal interface showing your progress
- Persistent Overlay: Optional always-visible tracker on X.com
- Privacy First: No data collected or sent to any 3rd party. Nothing leaves your device
- Clean UI: Dark theme matching X's design aesthetic
This extension is built with privacy as the top priority:
- โ 100% Local: All data stored locally on your device
- โ No External Servers: Never communicates with outside services
- โ No Data Collection: Doesn't read tweet content or personal info
- โ Open Source: Full transparency - inspect the code yourself
- โ No Analytics: No tracking, no metrics, no data harvesting
- โ Chrome Sync Only: Uses Chrome's built-in sync (like bookmarks)
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the extension folder => "X-reply-tracker"
- The extension will appear in your Chrome toolbar
Coming soon - pending review
x-reply-tracker/
โโโ manifest.json # Extension configuration
โโโ popup.html # Extension popup interface
โโโ popup.js # Popup functionality
โโโ content.js # X.com page interaction
โโโ background.js # Background service worker
โโโ icon16.png # 16x16 icon
โโโ icon48.png # 48x48 icon
โโโ icon128.png # 128x128 icon
โโโ README.md # This file
โโโ LICENSE # MIT License
โโโ CONTRIBUTING.md # Contribution guidelines
- Set a Target: Click the extension icon and enter your daily reply goal
- Browse X.com: Use X.com normally - the extension automatically tracks replies
- Monitor Progress: Check your progress anytime via the extension popup
- Stay Motivated: Optional overlay keeps your progress visible while browsing
- Toggle Overlay: Use the "Keep popup active" toggle for persistent tracking
- Manifest V3: Latest Chrome extension standard
- Vanilla JavaScript: No external dependencies
- Chrome Storage API: Local data storage
- Content Script: Page interaction ui
- Chrome 88+
- Chromium-based browsers (Edge, Brave, etc.)
activeTab: To interact with X.com pagesstorage: To save your targets and progress locallyscripting: To show the overlay interface
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Test thoroughly
- Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
# Clone the repo
git clone https://github.com/i-bangash/x-reply-tracker.git
# No build process needed - it's vanilla JavaScript!
# Just load the extension in Chrome developer modeBased on feedback we can add :
- Weekly/Monthly target options
- Export progress data
- Customizable themes
- Reply streak tracking
- Goal achievement notifications
- Firefox support
Found a bug? Please open an issue with:
- Chrome version
- Extension version
- Steps to reproduce
- Expected vs actual behavior
This project is licensed under the MIT License - see the LICENSE file for details.
- Built for the X.com community
- Inspired by productivity and goal-tracking tools
- GitHub Issues: For bug reports and feature requests
- Discussions: For questions and community support
- Privacy Questions: All answered in this README
i-bangash - GitHub
Made with โค๏ธ for the X.com community
This extension is not affiliated with X Corp or Twitter, Inc.