A browser extension that integrates with the Rotector system to help identify inappropriate users on Roblox.
Important
This is a community-driven initiative and is not affiliated with, endorsed by, or sponsored by Roblox Corporation.
- Chrome: Chrome Web Store
- Firefox: Firefox Add-ons
Learn more at rotector.com.
Requires Bun v1.2+.
git clone https://github.com/robalyx/rotector-extension.git
cd rotector-extension
bun install
bun run dev # Chrome (dev:firefox, dev:edge for others)
bun run build # Chrome (build:firefox, build:edge for others)Load the built extension:
- Chrome / Edge: Go to
chrome://extensions/oredge://extensions/> Enable "Developer mode" > "Load unpacked" > select.output/chrome-mv3 - Firefox: Go to
about:debugging> "This Firefox" > "Load Temporary Add-on" > select any file in.output/firefox-mv3
- Fork the repository
- Create a feature branch
- Run
bun run qualitybefore committing - Submit a pull request
This project follows the Contributor Covenant Code of Conduct.