Steam filter remover
Skip the filter page when clicking on a link in steam chat
¿Qué es Steam filter remover?
Steam filter remover es una extensión de Chrome desarrollada por Lanstrom, y su función principal es "Skip the filter page when clicking on a link in steam chat".
Descargar Archivo CRX de la Extensión Steam filter remover
Descarga archivos de extensión Steam filter remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ![]() |
ID | ehebfpghaacamacpopfeikmdgmgkncee |
URL Oficial | https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee |
Descripción | Skip the filter page when clicking on a link in steam chat |
Tamaño del Archivo | 3.13 KB |
Cantidad de Instalaciones | 18 |
Versión Actual | 1.1 |
Última Actualización | 2014-08-08 |
Fecha de Publicación | 2014-08-08 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Lanstrom |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |