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
官方網址 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
電子郵箱 [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
}