T4G Blacklist Add-on
Extends the profiles of Battlefield Play4Free
T4G Blacklist Add-on là gì?
T4G Blacklist Add-on là một tiện ích mở rộng Chrome được phát triển bởi my-ouZo, và tính năng chính của nó là "Extends the profiles of Battlefield Play4Free".
Ả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 T4G Blacklist Add-on
Tải xuống các tệp mở rộng T4G Blacklist Add-on 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
Help: http://forum.tools4games.com/ Description: Checks the status of various blacklists and displays them on the profile. Players who are not listed can be reported to T4G directly, without needing to search for the corresponding IDs. Apart from this, further stats and scores are displayed on the profiles. Functions: * inquiry of T4G-Blacklist * inquiry of PBSS * report to T4G via direct link * additional overview stats * additional weapon stats * additional vehicle stats * additional map stats * highlight all suspicious values * show prebuys (lower level than criteria) * configurable general limits * individual limits per weapon/map * import/export of limits * completely customizable display of stats * debug mode * copy weapon stats to clipboard (double click on weapon image) * BF award system * direct link to submission (only for T4G team)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | T4G Blacklist Add-on |
ID | ahonndfjkbgdpmacjpahijipoiocbcoe |
URL Chính Thức | https://chromewebstore.google.com/detail/t4g-blacklist-add-on/ahonndfjkbgdpmacjpahijipoiocbcoe |
Mô tả | Extends the profiles of Battlefield Play4Free |
Kích Thước Tệp | 604 KB |
Số Lần Cài Đặt | 282 |
Phiên Bản Hiện Tại | 0.37 |
Cập Nhật Lần Cuối | 2013-12-24 |
Ngày Phát Hành | 2013-12-24 |
Đánh Giá | 4.39/5 Tổng số 83 Đánh Giá |
Nhà Phát Triển | my-ouZo |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blacklist.tools4games.com/en/home |
Ngôn Ngữ Được Hỗ Trợ | de,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "T4G Blacklist Add-on", "version": "0.37", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en_US", "icons": { "16": "skin\/bl-16.png", "48": "skin\/bl-48.png", "128": "skin\/bl-128.png" }, "browser_action": { "default_icon": { "19": "skin\/bl-19.png", "38": "skin\/bl-38.png" }, "default_title": "T4G Blacklist Add-on", "default_popup": "blacklistOverlay.html" }, "content_scripts": [ { "css": [ "skin\/blacklist.css" ], "js": [ "blacklist.js", "localization.js", "initialize.js" ], "matches": [ "http:\/\/battlefield.play4free.com\/*\/profile*" ], "run_at": "document_end" } ], "options_page": "blacklistOptions.html", "background": { "page": "background.html" }, "permissions": [ "http:\/\/battlefield.play4free.com\/", "http:\/\/blacklist.tools4games.com\/", "http:\/\/pbssv.herokuapp.com\/", "clipboardWrite" ], "web_accessible_resources": [ "skin\/*" ] } |