Steam Community Redirect Bypass

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

Steam Community Redirect Bypassとは何ですか?

Steam Community Redirect Bypassはtehbeyondによって開発されたChromeの拡張機能で、その主な機能は「Skips the link filter page when clicking a link in Steam chat」です。

拡張機能のスクリーンショット

screenshot

Steam Community Redirect Bypass拡張機能のCRXファイルをダウンロード

Steam Community Redirect Bypass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Steam Community Redirect Bypass Steam Community Redirect Bypass
ID gamnbkmadilpakjonpmedniedhcpnhjn
公式URL https://chromewebstore.google.com/detail/steam-community-redirect/gamnbkmadilpakjonpmedniedhcpnhjn
説明 Skips the link filter page when clicking a link in Steam chat
ファイルサイズ 21.82 KB
インストール数 68
現在のバージョン 1.0.0.1
最終更新日 2014-08-20
公開日 2014-08-19
評価 3.67/5 合計 3 レビュー
開発者 tehbeyond
支払い方法 free
対応言語 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"
    ]
}