Battlefield 4 True Player Count

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

Qu'est-ce que Battlefield 4 True Player Count ?

Battlefield 4 True Player Count est une extension Chrome développée par MightBeABear, et sa fonction principale est "Shows the true player count for Battlefield 4 servers listed on Battlelog".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Battlefield 4 True Player Count

Téléchargez les fichiers d'extension Battlefield 4 True Player Count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Battlefield 4 True Player Count Battlefield 4 True Player Count
ID kgbegbbkbaagjkocdeolloelfmfgfjel
URL Officiel https://chromewebstore.google.com/detail/battlefield-4-true-player/kgbegbbkbaagjkocdeolloelfmfgfjel
Description Shows the true player count for Battlefield 4 servers listed on Battlelog
Taille du Fichier 12.25 KB
Nombre d'Installations 2,350
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2020-06-18
Date de Publication 2020-06-18
Évaluation 3.36/5 Total 11 Évaluations
Développeur MightBeABear
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}