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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MightBeABear และคุณลักษณะหลักของมันคือ "Shows the true player count for Battlefield 4 servers listed on Battlelog"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battlefield 4 True Player Count

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}