Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
Cos'è Faceit Forecast Beta?
Faceit Forecast Beta è un'estensione di Chrome sviluppata da PatriciJo, e la sua funzione principale è "Forcast the Faceit match outcome for each map!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Faceit Forecast Beta
Scarica i file di estensione Faceit Forecast Beta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bcibbgnfckeodgdmoogjkgdigggcdmha |
URL Ufficiale | https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha |
Descrizione | Forcast the Faceit match outcome for each map! |
Dimensione del File | 207 KB |
Conteggio Installazioni | 149 |
Versione Corrente | 0.4.3 |
Ultimo Aggiornamento | 2022-09-26 |
Data di Pubblicazione | 2022-08-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | PatriciJo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |