TF2 Server Stats

Returns the current status and details of a TF2 server.

Τι είναι το TF2 Server Stats;

Το TF2 Server Stats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://gplustf2.com, και η κύρια λειτουργία του είναι "Returns the current status and details of a TF2 server.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TF2 Server Stats

Λήψη αρχείων επέκτασης TF2 Server Stats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Queries Team Fortress 2 and other Source Engine game servers and returns information such as cvars, players connected, and the current map.

Developed by James Shiffer and Evan Johnston, moderators of the TF2 Community on Google+. We, and this extension, are not affiliated with TF2SwapShop.

Fork this extension on GitHub: https://github.com/scoliono/tf2ss                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TF2 Server Stats TF2 Server Stats
ID gokjikhaolldmkhocahjmfikmomenbpd
Επίσημο URL https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd
Περιγραφή Returns the current status and details of a TF2 server.
Μέγεθος Αρχείου 74.77 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2016-01-12
Ημερομηνία Δημοσίευσης 2016-01-12
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://gplustf2.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://gplustf2.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TF2 Server Stats",
    "short_name": "TF2SS",
    "description": "Returns the current status and details of a TF2 server.",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "imgs\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "imgs\/icon16.png",
        "48": "imgs\/icon48.png",
        "128": "imgs\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/tf2ss.gplustf2.com\/"
    ],
    "optional_permissions": [
        "tabs"
    ]
}