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
Eメール [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\/*"
    ]
}