Skip to content

Latest commit

 

History

History
128 lines (97 loc) · 2.56 KB

README.md

File metadata and controls

128 lines (97 loc) · 2.56 KB

VisusGG (formerly FACE-M)

VisusGG is a browser extension created by x3picF4ilx (Bytenote) & MrMaxim that is designed to improve the user experience around FACEIT's platform, by providing valuable insights into player and map statistics.

Features

FACEIT

This extension shows the win rates of your opponents, as well as of your teammates, on a per map basis for different time periods. Hovering over the win percentages will display the individual player performance numbers of the accumulated team stats, thus offering a deeper understanding of each player's preferences and overall contributions.

  • See opponents win percentages during map selection
  • Toggle compare mode to see statistics for both teams
  • Switch between time frames or create custom ones
  • Compatible with all game modes, HUBs & Queues
  • Customize the win percentage colors
  • Check past games

Steam

With the release of v2.0.0, VisusGG now showcases FACEIT account details directly on Steam profiles, giving its users a convenient way to assess both their own and others' FACEIT stats without the need to manually search for them in a new tab.

  • View FACEIT stats on Steam profiles
  • Check account status and creation date
  • Compatible with private Steam profiles

Download

Get the extension from here:

Build from source

Cloning
$ git clone https://github.com/Bytenote/VisusGG.git
Installation
npm install
Development

For now we need to separate both browser versions into different builds.
However, they will be merged as soon as Firefox implements the necessary MV3 support.

Chrome Firefox
Start dev server
npm run start
npm run start-firefox
Build extension
npm run build
npm run build-firefox
Test in Browser
  1. Open chrome://extensions
  2. Enable Developer mode
  3. Click on Load unpacked
  4. Load the entire build folder
  1. Open about:debugging#addons
  2. Click on Load Temporary Add-on
  3. Load any file from build folder