AntiPaste / faceit-enhancer

Browser extension that enhances the FACEIT experience and adds useful features

Home Page:https://faceit-enhancer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FACEIT Enhancer

Browser extension that enhances the FACEIT experience and adds useful features

Originally created to replace the FACEIT HELPER browser extension, that got broken after FACEIT updated their website and FACEIT HELPER wasn't maintained anymore, FACEIT Enhancer became a must-have browser extension with over 390.000 users and growing for FACEIT users.

The goal of FACEIT Enhancer is to make everyone's life easier with automatation and showing additional information that normally only 3rd party websites are exposing from the FACEIT API, but these websites are usually full of ads and other shady stuff to make a profit out of it.

After releasing FACEIT Enhancer, I got approached by FACEIT and was asked to join them. Ultimately this project landed me a job at FACEIT, which wasn't my plan at all, and to this date I'm still part of them.

Install

The Chrome version also works in Opera (using this) and Edge.

Highlights

  • Ready up for matches automatically
  • Accept party invites automatically
  • See players Elo and country in match rooms
  • See teams Elo in match rooms
  • See how much Elo you'll win or loose
  • See player statistics of the last 20 matches in match rooms
  • See how much Elo you have won and lost in your match history
  • and more!

All features are configurable to your personal preferences.

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.

Build the extension into a dist folder for publishing:

yarn build

Maintainers

Credits

FACEIT Enhancer was heavily inspired by Refined Github in terms of project structure, build and deployment, extension code and readme file.

Disclaimer

FACEIT Enhancer is a third-party browser extension and not affiliated with FACEIT.

About

Browser extension that enhances the FACEIT experience and adds useful features

https://faceit-enhancer.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.7%Language:HTML 0.3%