This product is not monetized and not associated with the official pracc.com.
A simple browser extension to optimize your scrim-searching experience on pracc.com
- Download the latest release
- Extract the .zip folder
- Move to your browsers extension manager and turn on "Developer Mode" to unpack local extensions.
- Select the dist subfolder for your browser out of the extracted .zip
- Done
npx extension@latest create <project-name> --template react
cd <project-name>
npm install- Extract links out of team descriptions
- Generate tracker buttons for available players that also provided their tag
- Shows ranks and peaks of players (only with #tag) (requires region, platform and api-key)
Run the extension in development mode.
npm run devBuild the extension for production.
npm run buildPreview the extension in the browser.
npm run previewChromium is the default. You can explicitly target Chrome, Edge, or Firefox:
# Chromium (default)
npm run dev
# Chrome
npm run dev -- --browser=chrome
# Edge
npm run dev -- --browser=edge
# Firefox
npm run dev -- --browser=firefoxThis is based on pracc.com. Thanks for the well organized scrim searching side.
Some features also use the unofficial-valorant-api by Hendrik3. Check out his amazing work. Thanks for your engagement in the VALORANT developer community.