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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}