Steam Community Linkfilter Bypass
Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
什么是Steam Community Linkfilter Bypass?
Steam Community Linkfilter Bypass是由anankemn开发的Chrome扩展程序,该扩展的主要功能是“Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.”。
下载Steam Community Linkfilter Bypass扩展crx文件
下载Steam Community Linkfilter Bypass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ffcoebaegmpgdadgmkkhdppehbekcjao |
官方URL | https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao |
简介 | Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk. |
文件大小 | 109 KB |
安装次数 | 11 |
当前版本 | 0.0.3 |
更新时间 | 2014-08-02 |
上架时间 | 2014-08-02 |
评分 | 5.00/5 共1次评分 |
开发者 | anankemn |
付费类型 | free |
支持的语言 | 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" ] } ] } |