https://github.com/leontm-dev/smurf-detector
A small browser extension to help people with identifing smurfs in valorant
https://github.com/leontm-dev/smurf-detector
chrome-extension extension react smurfing ts typescript valorant
Last synced: 3 months ago
JSON representation
A small browser extension to help people with identifing smurfs in valorant
- Host: GitHub
- URL: https://github.com/leontm-dev/smurf-detector
- Owner: leontm-dev
- Created: 2026-03-23T22:45:26.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-03-30T11:14:41.000Z (3 months ago)
- Last Synced: 2026-04-05T17:43:27.647Z (3 months ago)
- Topics: chrome-extension, extension, react, smurfing, ts, typescript, valorant
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[powered-image]: https://img.shields.io/badge/Powered%20by-Extension.js-0971fe
[powered-url]: https://extension.js.org
![Powered by Extension.js][powered-image]
# Smurf-Detector Browser Extension
An extension to judge a players smurf-likelihood.
This extension does not aim to harm any players. Be aware that the calculated score and the final judgement is only a calculation based on hypotheses. Please do not be toxic to potential smurfs and don't hate on them, rather hate the game.
## Installation
```bash
git clone https://github.com/leontm-dev/smurf-detector.git
cd smurf-detector
npm install
```
Afterwards you have to add the extension to your browser.
## Commands
### dev
Run the extension in development mode.
```bash
npm run dev
```
### build
Build the extension for production.
```bash
npm run build
```
### preview
Preview the extension in the browser.
```bash
npm run preview
```
## Browser targets
Chromium is the default. You can explicitly target Chrome, Edge, or Firefox:
```bash
# Chromium (default)
npm run dev
# Chrome
npm run dev -- --browser=chrome
# Edge
npm run dev -- --browser=edge
# Firefox
npm run dev -- --browser=firefox
```
## Learn more
Learn more in the [Extension.js docs](https://extension.js.org).