While preparing for coding interviews, I noticed something frustrating.
I’d solve a LeetCode problem and immediately wonder:
- Is this problem even relevant for the companies I’m targeting?
Answering that usually meant guessing, Googling, or running into a Premium paywall.
So instead of overthinking it, I decided to turn this frustration into a learning project.
💡 The idea
Build a simple Chrome extension that shows company tags directly on LeetCode problem pages, inside the LeetCode UI itself.
No new tabs.
No distractions.
Just information where it’s needed.
Get LeetCo Here.

What I built
The extension injects a small UI block below the problem title and displays:
- Companies that have asked the problem
- Interview relevance at a glance The goal wasn’t to replace LeetCode — just to make practice more intentional.
🙌 Feedback welcome
This started as a learning exercise, but I’d love feedback from:
- People who’ve built Chrome extensions
- Anyone doing interview prep
- Devs who enjoy building small productivity tools Suggestions, issues, and PRs are always welcome.
Thanks for reading — and happy LeetCoding 🚀

Top comments (1)
Built this mainly as a learning project, open to suggestions on UX or architecture.