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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |