Steam Link Unfilter

Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.

¿Qué es Steam Link Unfilter?

Steam Link Unfilter es una extensión de Chrome desarrollada por Mal1t1a, y su función principal es "Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Steam Link Unfilter

Descarga archivos de extensión Steam Link Unfilter 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

                        This extension conveniently unfilters the steam link filter. Without having to deal with the hassle of the steam filter redirection, you are now instantly taken to your requested URL. It's hassle free, simple and exactly what steam was before. Doing so also removes the probability of the steamcommunity website from going down and not filtering your URLs properly as well.

This extension is recommended to users willing to unfilter their steam link filter.

It also looks the best.

-= Version 1.1 Changelog =-
 > Removed 2 console.log lines
 > Removed 1 invalid "return false;" line                    

Información Básica de la Extensión

Nombre Steam Link Unfilter Steam Link Unfilter
ID hgempjlggodgjnchhhgaglddffbimbda
URL Oficial https://chromewebstore.google.com/detail/steam-link-unfilter/hgempjlggodgjnchhhgaglddffbimbda
Descripción Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.
Tamaño del Archivo 28.93 KB
Cantidad de Instalaciones 163
Versión Actual 1.1
Última Actualización 2016-01-10
Fecha de Publicación 2016-01-09
Calificación 4.20/5 Total de 10 Calificaciones
Desarrollador Mal1t1a
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Link Unfilter",
    "short_name": "Steam Unfiltered",
    "version": "1.1",
    "description": "Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.",
    "background": {
        "scripts": [
            "unfilter.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/steamcommunity.com\/"
    ],
    "icons": {
        "16": "unfilter_16-16.png",
        "48": "unfilter_48-48.png",
        "128": "unfilter_128-128.png"
    },
    "manifest_version": 2
}