No Steam Filter
Give me an option to fully disable this crap, gaben
O que é No Steam Filter?
No Steam Filter é uma extensão do Chrome desenvolvida por justpsot, e sua principal característica é "Give me an option to fully disable this crap, gaben".
Baixar o arquivo CRX da Extensão No Steam Filter
Baixe arquivos de extensão No Steam Filter 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
Automatically skips the link filter page on Steam that Valve has shoved down our throats. New script courtesy of Mr McPowned, http://mrmcpowned.com/
Informações Básicas da Extensão
Nome | ![]() |
ID | kbmpgnobhgfggalnhdbakdioocapcdbp |
URL Oficial | https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp |
Descrição | Give me an option to fully disable this crap, gaben |
Tamanho do Arquivo | 57.72 KB |
Contagem de Instalações | 42 |
Versão Atual | 2.0 |
Última Atualização | 2014-07-14 |
Data de Publicação | 2014-07-14 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | justpsot |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "nofilter.user.js" ], "matches": [ "https:\/\/steamcommunity.com\/linkfilter\/*" ], "run_at": "document_start" } ], "converted_from_user_script": true, "description": "Give me an option to fully disable this crap, gaben", "name": "No Steam Filter", "version": "2.0" } |