Ban Checker for Steam
Automatically check bans of people you recently played with, your friends, and group members.
Ban Checker for Steam là gì?
Ban Checker for Steam là một tiện ích mở rộng Chrome được phát triển bởi Geku, và tính năng chính của nó là "Automatically check bans of people you recently played with, your friends, and group members.".
Ả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 Ban Checker for Steam
Tải xuống các tệp mở rộng Ban Checker for Steam 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
Extension to check bans of people you recently played with (or your friends and groups members). It also works on Counter-Strike specific pages. You can now change default API Key to your own (in case Valve bans default one and you don't want to wait for update). Go to extension's options page to do so. Github: https://github.com/ge-ku/Ban-Checker-for-Steam Script works on pages with URIs that follow such patterns: *://steamcommunity.com/id/*/friends* *://steamcommunity.com/profiles/*/friends* Example: http://steamcommunity.com/my/friends/coplay
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ban Checker for Steam |
ID | canbadmphamemnmdfngmcabnjmjgaiki |
URL Chính Thức | https://chromewebstore.google.com/detail/ban-checker-for-steam/canbadmphamemnmdfngmcabnjmjgaiki |
Mô tả | Automatically check bans of people you recently played with, your friends, and group members. |
Kích Thước Tệp | 97.26 KB |
Số Lần Cài Đặt | 80,518 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2024-02-02 |
Ngày Phát Hành | 2019-03-19 |
Đánh Giá | 4.49/5 Tổng số 293 Đánh Giá |
Nhà Phát Triển | Geku |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ge-ku/Ban-Checker-for-Steam |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ban Checker for Steam", "description": "Automatically check bans of people you recently played with, your friends, and group members.", "version": "1.4.0", "icons": { "16": "icons\/ow16.png", "48": "icons\/ow48.png", "128": "icons\/ow128.png" }, "permissions": [ "storage", "alarms", "contextMenus" ], "host_permissions": [ "*:\/\/steamcommunity.com\/*", "https:\/\/api.steampowered.com\/*" ], "optional_permissions": [ "notifications" ], "options_ui": { "page": "options.html" }, "web_accessible_resources": [ { "resources": [ "options.html", "icons\/*.svg" ], "matches": [ " |