/faceit-enhancer

Browser extension that enhances the FACEIT experience and adds useful features

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

FACEIT Enhancer

Browser extension that enhances the FACEIT experience and adds useful features

Development

Clone repository and install npm dependencies:

yarn install

Build the extension into a dist folder, listen for file changes and automatically rebuild:

yarn dev

Load into the browser:

Chrome Firefox
  1. Open chrome://extensions.
  2. Check the Developer mode checkbox.
  3. Click on Load unpacked extension.
  4. Select the dist folder.
  1. Open about:debugging#addons.
  2. Click on Load Temporary Add-on.
  3. Select the dist/manifest.json file.