TF2 Server Stats

Returns the current status and details of a TF2 server.

Apa itu TF2 Server Stats?

TF2 Server Stats adalah ekstensi Chrome yang dikembangkan oleh http://gplustf2.com, dan fitur utamanya adalah "Returns the current status and details of a TF2 server.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TF2 Server Stats

Unduh file ekstensi TF2 Server Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TF2 Server Stats TF2 Server Stats
ID gokjikhaolldmkhocahjmfikmomenbpd
URL Resmi https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd
Deskripsi Returns the current status and details of a TF2 server.
Ukuran File 74.77 KB
Jumlah Instalasi 108
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2016-01-12
Tanggal Publikasi 2016-01-12
Penilaian 3.67/5 Total 6 Penilaian
Pengembang http://gplustf2.com
Tipe Pembayaran free
Situs Ekstensi http://gplustf2.com
Bahasa yang Didukung 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"
    ]
}