Faceit Exts inspried from Faceit Enhancer. @timche_ haven't maintained it for a long time. So have many bugs, and features that need to fix/add. I tried to fix it temporarily but so hard to push the extension files to everyone so I tried to code a new extension and publish it to the chrome store and Firefox Addon to make you guys be able to update the extension directly.
- Show level process
- Show Elo Estimation for cometitive matchs
- Show Elo Estimation for hub's match
- Show Elo change in match history (stats)
- Show Ban history
- Auto accept invite
- Auto Close modal when match end
- Auto copy server data
- Auto connect to server
- Auto Veto maps (at this time have only UI)
Please open up an issue to nudge me to update extension.
- Use the link below to install
- Chrome store
- Firefox Add-on
- Use Extension from store using the link above or follow the steps below manually
- Download
faceit-exts.zip
from releases - Unzip file the
ZipFile
- Go
chrome://extensions/
- Enable
Developer mode
on the right side - Click on
Load unpacked
- Choose folder unziped
- Use Extension from add-on store using the link above or follow the steps below manually
- Download
faceit-exts-firefox.zip
from releases - Unzip file the
ZipFile
- Go
about:debugging#/runtime/this-firefox
- Click on
Load Temporary Add-on
- Choose
faceit-exts-firefox.zip
- Check if your Node.js version is >= 14.
- Clone this repository.
- Run
npm install
to install the dependencies. - Run
npm start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Happy coding.
- Manifest V3 / V2 for Firefox
- Material UI
- React v17
- Webpack 4.x
- TypeScript