Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
O que é Faceit Forecast Beta?
Faceit Forecast Beta é uma extensão do Chrome desenvolvida por PatriciJo, e sua principal característica é "Forcast the Faceit match outcome for each map!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Faceit Forecast Beta
Baixe arquivos de extensão Faceit Forecast Beta no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bcibbgnfckeodgdmoogjkgdigggcdmha |
URL Oficial | https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha |
Descrição | Forcast the Faceit match outcome for each map! |
Tamanho do Arquivo | 207 KB |
Contagem de Instalações | 149 |
Versão Atual | 0.4.3 |
Última Atualização | 2022-09-26 |
Data de Publicação | 2022-08-10 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | PatriciJo |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |