TF2 Helper
Some useful tools for competitive TF2 players.
TF2 Helperとは何ですか?
TF2 HelperはKolja Blauhutによって開発されたChromeの拡張機能で、その主な機能は「Some useful tools for competitive TF2 players.」です。
拡張機能のスクリーンショット
TF2 Helper拡張機能のCRXファイルをダウンロード
TF2 Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |