TF2 Helper
Some useful tools for competitive TF2 players.
TF2 Helper là gì?
TF2 Helper là một tiện ích mở rộng Chrome được phát triển bởi Kolja Blauhut, và tính năng chính của nó là "Some useful tools for competitive TF2 players.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TF2 Helper
Tải xuống các tệp mở rộng TF2 Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TF2 Helper |
ID | hempfdcmnnlkkikikbigiohaeicckmfe |
URL Chính Thức | https://chromewebstore.google.com/detail/tf2-helper/hempfdcmnnlkkikikbigiohaeicckmfe |
Mô tả | Some useful tools for competitive TF2 players. |
Kích Thước Tệp | 30.31 KB |
Số Lần Cài Đặt | 297 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-06-08 |
Ngày Phát Hành | 2020-04-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Kolja Blauhut |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kblauhut/TF2Center-Helper |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |