Ban Checker for Steam
Automatically check bans of people you recently played with, your friends, and group members.
Ban Checker for Steamคืออะไร?
Ban Checker for Steam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Geku และคุณลักษณะหลักของมันคือ "Automatically check bans of people you recently played with, your friends, and group members."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ban Checker for Steam
ดาวน์โหลดไฟล์ส่วนขยาย Ban Checker for Steam ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ban Checker for Steam |
ID | canbadmphamemnmdfngmcabnjmjgaiki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ban-checker-for-steam/canbadmphamemnmdfngmcabnjmjgaiki |
คำอธิบาย | Automatically check bans of people you recently played with, your friends, and group members. |
ขนาดไฟล์ | 97.26 KB |
จำนวนการติดตั้ง | 80,518 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2024-02-02 |
วันที่เผยแพร่ | 2019-03-19 |
คะแนน | 4.49/5 รวมทั้งหมด 293 คะแนน |
ผู้พัฒนา | Geku |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ge-ku/Ban-Checker-for-Steam |
ภาษาที่รองรับ | 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": [ " |