Steam Community Redirect Bypass

Skips the link filter page when clicking a link in Steam chat

O que é Steam Community Redirect Bypass?

Steam Community Redirect Bypass é uma extensão do Chrome desenvolvida por tehbeyond, e sua principal característica é "Skips the link filter page when clicking a link in Steam chat".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Steam Community Redirect Bypass

Baixe arquivos de extensão Steam Community Redirect Bypass 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

                        Valve's Steam client (which I am not affiliated with in any way shape or form) has a feature intended to protect users from phishing scams. Upon clicking any non-Valve link in the chat portion of the Steam client, users are redirected to a link filter page. This page informs the user that the link they clicked is not a Valve site and not to enter any personal information.

Users of both the Google Chrome browser (with it set as the system default) and Steam's client can install this plugin to immediately redirect away from their link filter page, without requiring the user to click the "continue" link. Note that this extension, in a sense, undermines a security feature and as such should only be used by advanced users. Again, please only install this extension if you're good at differentiating between official and unofficial sites, and never enter your personal information after following a suspicious link.                    

Informações Básicas da Extensão

Nome Steam Community Redirect Bypass Steam Community Redirect Bypass
ID gamnbkmadilpakjonpmedniedhcpnhjn
URL Oficial https://chromewebstore.google.com/detail/steam-community-redirect/gamnbkmadilpakjonpmedniedhcpnhjn
Descrição Skips the link filter page when clicking a link in Steam chat
Tamanho do Arquivo 21.82 KB
Contagem de Instalações 68
Versão Atual 1.0.0.1
Última Atualização 2014-08-20
Data de Publicação 2014-08-19
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor tehbeyond
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Community Redirect Bypass",
    "description": "Skips the link filter page when clicking a link in Steam chat",
    "version": "1.0.0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "steamfilter.js"
        ]
    },
    "permissions": [
        "*:\/\/*.steamcommunity.com\/linkfilter\/?url=*",
        "webRequest",
        "webRequestBlocking"
    ]
}