Ban Checker for Steam
Automatically check bans of people you recently played with, your friends, and group members.
Cos'è Ban Checker for Steam?
Ban Checker for Steam è un'estensione di Chrome sviluppata da Geku, e la sua funzione principale è "Automatically check bans of people you recently played with, your friends, and group members.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ban Checker for Steam
Scarica i file di estensione Ban Checker for Steam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Ban Checker for Steam |
ID | canbadmphamemnmdfngmcabnjmjgaiki |
URL Ufficiale | https://chromewebstore.google.com/detail/ban-checker-for-steam/canbadmphamemnmdfngmcabnjmjgaiki |
Descrizione | Automatically check bans of people you recently played with, your friends, and group members. |
Dimensione del File | 97.26 KB |
Conteggio Installazioni | 80,518 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2024-02-02 |
Data di Pubblicazione | 2019-03-19 |
Valutazione | 4.49/5 Totale 293 Valutazioni |
Sviluppatore | Geku |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ge-ku/Ban-Checker-for-Steam |
Lingue Supportate | 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": [ " |