Steam Community Linkfilter Bypass

Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.

¿Qué es Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass es una extensión de Chrome desarrollada por anankemn, y su función principal es "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Descargar Archivo CRX de la Extensión Steam Community Linkfilter Bypass

Descarga archivos de extensión Steam Community Linkfilter Bypass 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

                        Automatically skips the new(ish) linkfilter page produced by links clicked in Steam Chat. Please use caution when clicking on links in Steam with this extension enabled.                    

Información Básica de la Extensión

Nombre Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
URL Oficial https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Descripción Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Tamaño del Archivo 109 KB
Cantidad de Instalaciones 11
Versión Actual 0.0.3
Última Actualización 2014-08-02
Fecha de Publicación 2014-08-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador anankemn
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Community Linkfilter Bypass",
    "short_name": "FilterBypass",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.",
    "icons": {
        "16": "icons\/steam.png",
        "48": "icons\/steam.png",
        "128": "icons\/steam.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}