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
官方URL 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\/*"
    ]
}