Ban Checker for Steam
Automatically check bans of people you recently played with, your friends, and group members.
O que é Ban Checker for Steam?
Ban Checker for Steam é uma extensão do Chrome desenvolvida por Geku, e sua principal característica é "Automatically check bans of people you recently played with, your friends, and group members.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ban Checker for Steam
Baixe arquivos de extensão Ban Checker for Steam no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Ban Checker for Steam |
ID | canbadmphamemnmdfngmcabnjmjgaiki |
URL Oficial | https://chromewebstore.google.com/detail/ban-checker-for-steam/canbadmphamemnmdfngmcabnjmjgaiki |
Descrição | Automatically check bans of people you recently played with, your friends, and group members. |
Tamanho do Arquivo | 97.26 KB |
Contagem de Instalações | 80,518 |
Versão Atual | 1.4.0 |
Última Atualização | 2024-02-02 |
Data de Publicação | 2019-03-19 |
Classificação | 4.49/5 Total de 293 Avaliações |
Desenvolvedor | Geku |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ge-ku/Ban-Checker-for-Steam |
Idiomas Suportados | 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": [ " |