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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the true player count for Battlefield 4 servers listed on Battlelog"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Battlefield 4 True Player Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}