Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
What is Faceit Forecast Beta?
Faceit Forecast Beta is a Chrome extension developed by PatriciJo, and its main feature is "Forcast the Faceit match outcome for each map!".
Extension Screenshots
Download Faceit Forecast Beta Extension CRX File
Download Faceit Forecast Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Forecast the Faceit match outcome for each map! Faceit Forecast helps you win more Faceit games by analyzing each player's map performance and calculating the winning chance for each map! We use an algorithm that considers multiple things like K/D, win rate, last matches performance, and more to calculate the winning chance! Faceit Forecast is not affiliated with or endorsed by FACEIT.
Extension Basic Information
Name | |
ID | bcibbgnfckeodgdmoogjkgdigggcdmha |
Official URL | https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha |
Description | Forcast the Faceit match outcome for each map! |
File Size | 207 KB |
Installation Count | 149 |
Current Version | 0.4.3 |
Last Updated | 2022-09-26 |
Publish Date | 2022-08-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | PatriciJo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faceit Forecast Beta", "version": "0.4.3", "description": "Forcast the Faceit match outcome for each map!", "manifest_version": 3, "icons": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "jquery.js", "script.js" ], "css": [ ".\/style.css" ] } ], "permissions": [], "host_permissions": [ "https:\/\/www.faceit.com\/*" ] } |