Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
Wat is Faceit Forecast Beta?
Faceit Forecast Beta is een Chrome-extensie ontwikkeld door PatriciJo, en de belangrijkste functie is "Forcast the Faceit match outcome for each map!".
Extensie Screenshots
Download het CRX-bestand van de extensie Faceit Forecast Beta
Download Faceit Forecast Beta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bcibbgnfckeodgdmoogjkgdigggcdmha |
Officiële URL | https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha |
Beschrijving | Forcast the Faceit match outcome for each map! |
Bestandsgrootte | 207 KB |
Aantal Installaties | 149 |
Huidige Versie | 0.4.3 |
Laatst Bijgewerkt | 2022-09-26 |
Publicatiedatum | 2022-08-10 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | PatriciJo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |