Battlefield 4 True Player Count

Shows the true player count for Battlefield 4 servers listed on Battlelog

Battlefield 4 True Player Countとは何ですか?

Battlefield 4 True Player CountはMightBeABearによって開発されたChromeの拡張機能で、その主な機能は「Shows the true player count for Battlefield 4 servers listed on Battlelog」です。

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

screenshot

Battlefield 4 True Player Count拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows Battlelog users to see the actual player counts on Battlefield 4 servers.

After installing the extension, login to Battlelog, view the server list, click a server, and you'll see the true player count listed on the right side of the screen. The extension will activate automatically when you login to Battlelog.

Currently, this is only compatible with Battlefield 4.                    

拡張機能の基本情報

名前 Battlefield 4 True Player Count Battlefield 4 True Player Count
ID kgbegbbkbaagjkocdeolloelfmfgfjel
公式URL https://chromewebstore.google.com/detail/battlefield-4-true-player/kgbegbbkbaagjkocdeolloelfmfgfjel
説明 Shows the true player count for Battlefield 4 servers listed on Battlelog
ファイルサイズ 12.25 KB
インストール数 2,350
現在のバージョン 0.0.0.3
最終更新日 2020-06-18
公開日 2020-06-18
評価 3.36/5 合計 11 レビュー
開発者 MightBeABear
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battlefield 4 True Player Count",
    "description": "Shows the true player count for Battlefield 4 servers listed on Battlelog",
    "version": "0.0.0.3",
    "permissions": [
        "https:\/\/battlelog.battlefield.com\/bf4\/servers*"
    ],
    "browser_action": {
        "default_icon": "Img\/ExtLogo-16x16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/battlelog.battlefield.com\/bf4\/servers*"
            ],
            "js": [
                "getPlayerCount.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "Img\/ExtLogo-16x16.png",
        "32": "Img\/ExtLogo-32x32.png",
        "48": "Img\/ExtLogo-48x48.png",
        "128": "Img\/ExtLogo-128x128.png"
    },
    "manifest_version": 2
}