No Steam Filter
Give me an option to fully disable this crap, gaben
什么是No Steam Filter?
No Steam Filter是由justpsot开发的Chrome扩展程序,该扩展的主要功能是“Give me an option to fully disable this crap, gaben”。
下载No Steam Filter扩展crx文件
下载No Steam Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically skips the link filter page on Steam that Valve has shoved down our throats. New script courtesy of Mr McPowned, http://mrmcpowned.com/
扩展基本信息
名称 | ![]() |
ID | kbmpgnobhgfggalnhdbakdioocapcdbp |
官方URL | https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp |
简介 | Give me an option to fully disable this crap, gaben |
文件大小 | 57.72 KB |
安装次数 | 42 |
当前版本 | 2.0 |
更新时间 | 2014-07-14 |
上架时间 | 2014-07-14 |
评分 | 4.50/5 共2次评分 |
开发者 | justpsot |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "nofilter.user.js" ], "matches": [ "https:\/\/steamcommunity.com\/linkfilter\/*" ], "run_at": "document_start" } ], "converted_from_user_script": true, "description": "Give me an option to fully disable this crap, gaben", "name": "No Steam Filter", "version": "2.0" } |