Ban Checker for Steam
Automatically check bans of people you recently played with, your friends, and group members.
Qu'est-ce que Ban Checker for Steam ?
Ban Checker for Steam est une extension Chrome développée par Geku, et sa fonction principale est "Automatically check bans of people you recently played with, your friends, and group members.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ban Checker for Steam
Téléchargez les fichiers d'extension Ban Checker for Steam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ban Checker for Steam |
ID | canbadmphamemnmdfngmcabnjmjgaiki |
URL Officiel | https://chromewebstore.google.com/detail/ban-checker-for-steam/canbadmphamemnmdfngmcabnjmjgaiki |
Description | Automatically check bans of people you recently played with, your friends, and group members. |
Taille du Fichier | 97.26 KB |
Nombre d'Installations | 80,518 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2024-02-02 |
Date de Publication | 2019-03-19 |
Évaluation | 4.49/5 Total 293 Évaluations |
Développeur | Geku |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ge-ku/Ban-Checker-for-Steam |
Langues Prises en Charge | 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": [ " |