Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
Co to jest Faceit Forecast Beta?
Faceit Forecast Beta to rozszerzenie Chrome opracowane przez PatriciJo, a jego główną funkcją jest „Forcast the Faceit match outcome for each map!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Faceit Forecast Beta
Pobierz pliki rozszerzeń Faceit Forecast Beta w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bcibbgnfckeodgdmoogjkgdigggcdmha |
Oficjalny URL | https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha |
Opis | Forcast the Faceit match outcome for each map! |
Rozmiar pliku | 207 KB |
Liczba instalacji | 149 |
Aktualna Wersja | 0.4.3 |
Ostatnia Aktualizacja | 2022-09-26 |
Data Publikacji | 2022-08-10 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | PatriciJo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |