https://github.com/leedrum/faceit-exts
Faceit Exts is a extension improve experience and adds some features
https://github.com/leedrum/faceit-exts
chrome-extension csgo faceit faceit-exts firefox-addon javascript manifest-v2 manifest-v3 reactjs webpack4
Last synced: 5 months ago
JSON representation
Faceit Exts is a extension improve experience and adds some features
- Host: GitHub
- URL: https://github.com/leedrum/faceit-exts
- Owner: leedrum
- License: mit
- Created: 2022-09-13T07:01:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T12:52:03.000Z (over 1 year ago)
- Last Synced: 2024-09-17T00:20:26.320Z (over 1 year ago)
- Topics: chrome-extension, csgo, faceit, faceit-exts, firefox-addon, javascript, manifest-v2, manifest-v3, reactjs, webpack4
- Language: JavaScript
- Homepage: https://leedrum.github.io/faceit-exts-extension/
- Size: 1.17 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change_log.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Faceit Exts
[](https://github.com/leedrum/faceit-exts/actions/workflows/webpack.yml)
[](https://codeclimate.com/github/leedrum/faceit-exts/maintainability)
[](https://store.steampowered.com/app/730/CounterStrike_Global_Offensive/) []()
- [Chrome](https://chrome.google.com/webstore/detail/faceit-exts/blncihpjdpcjlkkfcmdkbdonkcpbenpp)

- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/faceit-exts/)

Faceit Exts inspried from Faceit Enhancer. [@timche\_](https://github.com/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.
## 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](https://chrome.google.com/webstore/detail/faceit-exts/blncihpjdpcjlkkfcmdkbdonkcpbenpp)
- [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/faceit-exts/)
### For normal user but manually
1. [Chrome store](https://chrome.google.com/webstore/detail/faceit-exts/blncihpjdpcjlkkfcmdkbdonkcpbenpp)
- Use Extension from store using the link above or follow the steps below manually
- Download `faceit-exts.zip` from [releases](https://github.com/leedrum/faceit-exts/releases)
- Unzip file the `ZipFile`
- Go `chrome://extensions/`
- Enable `Developer mode` on the right side
- Click on `Load unpacked`
- Choose folder unziped
2. [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/faceit-exts/)
- Use Extension from add-on store using the link above or follow the steps below manually
- Download `faceit-exts-firefox.zip` from [releases](https://github.com/leedrum/faceit-exts/releases)
- Unzip file the `ZipFile`
- Go `about:debugging#/runtime/this-firefox`
- Click on `Load Temporary Add-on`
- Choose `faceit-exts-firefox.zip`
### For developer
1. Check if your [Node.js](https://nodejs.org/) 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:
- [Template Extension](https://github.com/lxieyang/chrome-extension-boilerplate-react/)
- [Inspried from Faceit Enhancer](https://github.com/faceit-enhancer/faceit-enhancer)
---
Author: [@leedrum](https://github.com/leedrum) | [Website](https://arrow-silver.xyz)