Skip to content

Latest commit

 

History

History
87 lines (62 loc) · 3.98 KB

faceit-exts.markdown

File metadata and controls

87 lines (62 loc) · 3.98 KB
layout title permalink
faceit-exts
Faceit-exts introduction
/faceit-exts-extension/

Faceit Exts

Faceit Exts

Build CS:GO Javascript

Faceit Exts inspried from Faceit Enhancer. @timche_ has'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 then I code a new extension and publish it to the Chrome store and Firefox Addon to make you guys able to update the extension directly.

Features

  • 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.

Installing and Running

For normal user

  • Use the link below to install

Chrome store | Firefox Extension | Add-on

For normal user but manually

Chrome store | Firefox Add-on Use Extension from store using the link above or follow the steps below manually | Use Extension from add-on store using the link above or follow the steps below manually Download faceit-exts.zip from releases | Download faceit-exts-firefox.zip from releases Unzip file the ZipFile| ... Go chrome://extensions/ | Go about:debugging#/runtime/this-firefox Enable Developer mode on the right side | Click on Settings Icon to open the popup Click on Load unpacked | Click on Install Add-on From File Choose folder unziped | Choose faceit-exts-firefox.zip

For developer

  1. Check if your Node.js version is >= 14.
  2. Clone this repository.
  3. Run npm install to install the dependencies.
  4. Run npm start
  5. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.
  6. Happy coding.

TechStack

  • Manifest V3 / V2 for Firefox
  • Material UI
  • React v17
  • Webpack 4.x
  • TypeScript

Resources:


Author | Website @leedrum | faceit-exts