LeetCode Friends is a Chrome extension that lets you add your LeetCode friends and view their recent accepted submissions in one place.
It uses the LeetCode GraphQL API to fetch and display friends’ activity in a clean, minimal interface.
- Add and Remove friends.
- Display recent activity for each of your LeetCode friends.
1. Clone the repository
git clone https://github.com/pandfun/LeetCode-Friends.git2. Building the React files
cd ui
npm install
npm run build3. Load the extension in Chrome
- Open Chrome and go to
chrome://extensions - Enable Developer mode (top-right)
- Click Load unpacked
- Select the
LeetCode-Friendsfolder
⭐ If you like this project, consider starring the repo!



