TF2 Helper
Some useful tools for competitive TF2 players.
TF2 Helper क्या है?
TF2 Helper Kolja Blauhut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some useful tools for competitive TF2 players."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TF2 Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin adds external ETF2L, RGL and ESEA Division data integration for the websites TF2Center and LogsTF. You will find this data displayed next to the users name on both sites.
एक्सटेंशन की मूल जानकारी
नाम | TF2 Helper |
ID | hempfdcmnnlkkikikbigiohaeicckmfe |
आधिकारिक URL | https://chromewebstore.google.com/detail/tf2-helper/hempfdcmnnlkkikikbigiohaeicckmfe |
विवरण | Some useful tools for competitive TF2 players. |
फ़ाइल का आकार | 30.31 KB |
स्थापना संख्या | 297 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-06-08 |
प्रकाशन तिथि | 2020-04-05 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Kolja Blauhut |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kblauhut/TF2Center-Helper |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TF2 Helper", "description": "Some useful tools for competitive TF2 players.", "version": "1.0.0", "permissions": [ "storage", "http:\/\/api.etf2l.org\/*", "https:\/\/api.etf2l.org\/*", "https:\/\/rgl.payload.tf\/api\/v1\/profiles\/*", "https:\/\/raw.githubusercontent.com\/*" ], "web_accessible_resources": [ "res\/css\/divTag.css" ], "background": { "scripts": [ "background.js", "bgrequests.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/tf2center.com\/lobbies\/*", "http:\/\/tf2center.com\/lobbies\/*" ], "js": [ "src\/contentscripts\/lobby.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/logs.tf\/*", "https:\/\/logs.tf\/*" ], "js": [ "src\/contentscripts\/logs.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "src\/popup\/popup.html", "default_icon": [] }, "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'", "icons": { "16": "\/res\/images\/icon16.png", "48": "\/res\/images\/icon48.png", "128": "\/res\/images\/icon128.png" } } |