Faceit Elo Calculator

Show Elo Gain/Loss for Faceit Matches

Faceit Elo Calculatorとは何ですか?

Faceit Elo CalculatorはDandrewsによって開発されたChromeの拡張機能で、その主な機能は「Show Elo Gain/Loss for Faceit Matches」です。

拡張機能のスクリーンショット

screenshot

Faceit Elo Calculator拡張機能のCRXファイルをダウンロード

Faceit Elo Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This adds additional information about the elo gained or lost to the Faceit CS2 match making system. When a is voting or in progress this will display an estimated amount of elo gained or lost for both teams. 
Which ever team wins gains the amount of elo showed above their team as elo gained. And the losing team loses the amount shown as loss for that team.                    

拡張機能の基本情報

名前 Faceit Elo Calculator Faceit Elo Calculator
ID nlecamndipbaenpocnhcbemdnmmdaimc
公式URL https://chromewebstore.google.com/detail/faceit-elo-calculator/nlecamndipbaenpocnhcbemdnmmdaimc
説明 Show Elo Gain/Loss for Faceit Matches
ファイルサイズ 222 KB
インストール数 11,927
現在のバージョン 0.3.1
最終更新日 2024-01-17
公開日 2022-04-27
評価 3.70/5 合計 10 レビュー
開発者 Dandrews
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DandrewsDev/faceit-elo-calc
ヘルプページのURL https://discord.gg/ssfH5yCeeR
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Faceit Elo Calculator",
    "version": "0.3.1",
    "description": "Show Elo Gain\/Loss for Faceit Matches",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.faceit.com\/en\/csgo\/room\/*",
        "https:\/\/*.faceit.com\/en\/cs2\/room\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.faceit.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "https:\/\/*.faceit.com\/*"
            ]
        }
    ]
}