A simple and elegant browser extension that lets you see who starred any GitHub repository.
GitHub removed the ability to easily see who starred your repositories. This extension brings that feature back!
Simply visit any GitHub repository and click the "⭐ View Stargazers" button to see everyone who has starred it.
- ⭐ View All Stargazers - See everyone who starred any public repository
- 📊 Stargazer Count - Total count displayed at the top
- 📄 Pagination - Load all stargazers with "Load More" button
- 🎨 Beautiful UI - Clean, modern interface integrated into GitHub
- ⚡ Fast & Lightweight - Quick API calls, minimal resources
- 🔒 Privacy First - No data collection, uses only GitHub's public API
The extension adds a convenient button on any GitHub repository page:
Click the button to see all stargazers in a beautiful modal:
- Visit the Chrome Web Store link (once published)
- Click "Add to Chrome"
- Done! 🎉
- Download this repository
- Extract the ZIP file
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the
distfolder from this repository
-
Visit any GitHub repository
- For example:
https://github.com/vuejs/vue
- For example:
-
Look for the button
- You'll see a green "⭐ View Stargazers" button in the bottom-right corner
-
Click the button
- A modal will open showing all stargazers
-
Browse stargazers
- Scroll to see more
- Click "Load More" to fetch additional pages (if repo has 30+ stargazers)
- Click on any username to visit their profile
-
Close the modal
- Click the × button or click outside the modal
- Built with: Vue.js 3
- API: GitHub REST API v3
- Manifest: V3
- Permissions:
storage- For extension preferenceshttps://api.github.com/*- To fetch stargazers data
- ✅ No data collection - We don't collect or store any personal information
- ✅ No tracking - No analytics or user tracking
- ✅ Public API only - Uses only GitHub's public API
- ✅ Local storage - All data stays in your browser
Contributions welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
MIT License - Feel free to use this project for your own extensions!
Found a bug or have a feature request? Please open an issue on GitHub.
If you find this extension useful, please star the repository!
Made with ❤️ for the GitHub community

