Steam filter remover
Skip the filter page when clicking on a link in steam chat
什么是Steam filter remover?
Steam filter remover是由Lanstrom开发的Chrome扩展程序,该扩展的主要功能是“Skip the filter page when clicking on a link in steam chat”。
下载Steam filter remover扩展crx文件
下载Steam filter remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When clicking steam chat links you very often get a steam community link asking if you want to continue to this site. This plugin just skips that message. Be careful using this plugin, steam have put this in for a reason.
扩展基本信息
名称 | ![]() |
ID | ehebfpghaacamacpopfeikmdgmgkncee |
官方URL | https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee |
简介 | Skip the filter page when clicking on a link in steam chat |
文件大小 | 3.13 KB |
安装次数 | 18 |
当前版本 | 1.1 |
更新时间 | 2014-08-08 |
上架时间 | 2014-08-08 |
评分 | 5.00/5 共2次评分 |
开发者 | Lanstrom |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam filter remover", "description": "Skip the filter page when clicking on a link in steam chat", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/steamcommunity.com\/linkfilter\/*", "https:\/\/steamcommunity.com\/linkfilter\/*" ], "js": [ "steamfuckoff.js" ] } ] } |