This is a tool which helps during map picking on Faceit CS:GO matches. The extension provides additional information about queued players performance on particular maps, thus it should help in making more thought-out decision about which map should be played or banned in the first place.
Powered by: tuscan.pro
- All source code you can find at /src catalog.
- Run script with command:
npm run dev
. - A new directory /extension will be created. The project will automatically rebuild when code change occurs in
/src/**
directory - Open chrome://extensions.
- Check the Developer mode checkbox.
- Click on Load unpacked extension.
- Select the /extension folder.
Pull requests & suggestions for improvements are welcome.