Faceit Forecast Beta

Forcast the Faceit match outcome for each map!

什麼是Faceit Forecast Beta?

Faceit Forecast Beta是由PatriciJo開發的Chrome擴展程式,該擴展的主要功能是“Forcast the Faceit match outcome for each map!”。

擴展截圖

screenshot

下載Faceit Forecast Beta擴展crx文件

下載Faceit Forecast Beta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Faceit Forecast Beta Faceit Forecast Beta
ID bcibbgnfckeodgdmoogjkgdigggcdmha
官方網址 https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha
簡介 Forcast the Faceit match outcome for each map!
檔案大小 207 KB
安裝次數 149
目前版本 0.4.3
更新時間 2022-09-26
上架時間 2022-08-10
評分 5.00/5 共 3 次評分
開發者 PatriciJo
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
    ]
}