Steam filter remover
Skip the filter page when clicking on a link in steam chat
O que é Steam filter remover?
Steam filter remover é uma extensão do Chrome desenvolvida por Lanstrom, e sua principal característica é "Skip the filter page when clicking on a link in steam chat".
Baixar o arquivo CRX da Extensão Steam filter remover
Baixe arquivos de extensão Steam filter remover 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
When clicking steam chat links you very often get a steam community link asking if you want to continue to this site. This plugin just skips that message. Be careful using this plugin, steam have put this in for a reason.
Informações Básicas da Extensão
Nome | ![]() |
ID | ehebfpghaacamacpopfeikmdgmgkncee |
URL Oficial | https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee |
Descrição | Skip the filter page when clicking on a link in steam chat |
Tamanho do Arquivo | 3.13 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.1 |
Última Atualização | 2014-08-08 |
Data de Publicação | 2014-08-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Lanstrom |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam filter remover", "description": "Skip the filter page when clicking on a link in steam chat", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/steamcommunity.com\/linkfilter\/*", "https:\/\/steamcommunity.com\/linkfilter\/*" ], "js": [ "steamfuckoff.js" ] } ] } |