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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}