A Chrome extension that shows how many LeetCode problems you and the people you follow have solved today.
- 📊 Daily solve tracker - See today's problem count for everyone you follow
- 🏆 Leaderboard view - Sorted by solve count to see who's grinding the hardest
- 👤 Your stats included - Your own progress highlighted at the top
- 🔗 Quick profile access - Click any username to visit their LeetCode profile
- 💾 Remembers your username - No need to re-enter every time
- 🎨 Native LeetCode styling - Dark theme that matches LeetCode's UI
- Go to the Releases page
- Download the latest
leet-extension-v1.0.zipfile - Extract the zip file to a folder
- Open your browser and navigate to:
- Chrome:
chrome://extensions - Brave:
brave://extensions - Edge:
edge://extensions
- Chrome:
- Enable Developer mode (toggle in the top right corner)
- Click Load unpacked
- Select the extracted folder
- Navigate to leetcode.com and click the extension icon (or press
Ctrl+B)
- Clone this repository:
git clone https://github.com/abhiraj2404/Leet
- Follow steps 4-8 above
- Enter your LeetCode username
- Click "Refresh" to load data
- See your daily solve count alongside everyone you follow
- Chrome Extension (Manifest V3)
- LeetCode GraphQL API
- Vanilla JavaScript
