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”。
擴展截圖
下載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 |
ID | gamnbkmadilpakjonpmedniedhcpnhjn |
官方網址 | 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" ] } |