Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
Qu'est-ce que Faceit Forecast Beta ?
Faceit Forecast Beta est une extension Chrome développée par PatriciJo, et sa fonction principale est "Forcast the Faceit match outcome for each map!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Faceit Forecast Beta
Téléchargez les fichiers d'extension Faceit Forecast Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bcibbgnfckeodgdmoogjkgdigggcdmha |
URL Officiel | https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha |
Description | Forcast the Faceit match outcome for each map! |
Taille du Fichier | 207 KB |
Nombre d'Installations | 149 |
Version Actuelle | 0.4.3 |
Dernière Mise à Jour | 2022-09-26 |
Date de Publication | 2022-08-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | PatriciJo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |