Faceit Forecast Beta

Forcast the Faceit match outcome for each map!

Vad är Faceit Forecast Beta?

Faceit Forecast Beta är en Chrome-tillägg utvecklad av PatriciJo, och dess huvudfunktion är "Forcast the Faceit match outcome for each map!".

Tilläggsskärmbilder

screenshot

Ladda ner Faceit Forecast Beta-förlängningens CRX-fil

Ladda ner Faceit Forecast Beta-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Faceit Forecast Beta Faceit Forecast Beta
ID bcibbgnfckeodgdmoogjkgdigggcdmha
Officiell webbadress https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha
Beskrivning Forcast the Faceit match outcome for each map!
Filstorlek 207 KB
Antal Installationer 149
Aktuell Version 0.4.3
Senast Uppdaterad 2022-09-26
Publiceringsdatum 2022-08-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare PatriciJo
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}