Add Stars badges to GitHub links, Reddit users, Wordpress plugins, Youtube channels, Chrome/Firefox add-ins, ...
Activates directly on activateDirectlyOn array (in src/directActivation.ts). For other websites, press Alt + Shift + S (configure in chrome://extensions/shortcuts)
activateDirectlyOn includes:
- Search engines (Google, Bing, ...)
- GitHub (awesome lists!)
- Package managers (npmjs, nuget, ...)
- Link aggregators (Hacker News, Lobsters, Libraries.io)
bun install
bun run build
bun run watchDo need to click reload in chrome://extensions after each change to the code.
This can now be done with Control + M.
# Run tests against our custom made html files
bun run test:unit
# Run tests against live whitelisted websites
bun run test:e2e
# Debug tests
bun run test:ui
bun run test:debugPublishing to the Chrome Web Store
- Increase version in
manifest.json(andpackage.json) gulpwill create./dist/github-stars.zip
bun run buildUpload it to the store and pick 3 dots > "Developer Dashboard".
chrome://extensions/- Turn on "Developer mode"
- Load unpacked
- Select the
distfolder
- Search Engines
- GitHub
- Same GitHub
- Link with .git
- Unexisting Repo: Would need to do a XMLHttpRequest so the returned content svg content can be examined for "Repo not found"
- StackOverflow
- Package Managers
- Other badges:
- Github Gist
- Subreddit
- Reddit User
- Bluesky Followers
- Hackernews Karma
- Twitch Status
- Youtube Channel
- Youtube Video
- Gitlab Repository
- Lemmy Subscribers
- Wordpress Plugins/Themes
- Chrome Extension Users
- Firefox Addon Users
- StackExchange Reputation
- Steam Workshop
- OpenCollective Backers
- GitHub Sponsors
- Liberapay Patrons
Turn google results for "react github" into:
Turn sindresorhus awesome-awesome list into:
And a whole bunch of other badges!



