TF2 Server Stats
Returns the current status and details of a TF2 server.
TF2 Server Stats क्या है?
TF2 Server Stats http://gplustf2.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Returns the current status and details of a TF2 server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TF2 Server Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |