Steam filter remover
Skip the filter page when clicking on a link in steam chat
What is Steam filter remover?
Steam filter remover is a Chrome extension developed by Lanstrom, and its main feature is "Skip the filter page when clicking on a link in steam chat".
Download Steam filter remover Extension CRX File
Download Steam filter remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | ehebfpghaacamacpopfeikmdgmgkncee |
Official URL | https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee |
Description | Skip the filter page when clicking on a link in steam chat |
File Size | 3.13 KB |
Installation Count | 18 |
Current Version | 1.1 |
Last Updated | 2014-08-08 |
Publish Date | 2014-08-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Lanstrom |
Payment Type | free |
Supported Languages | 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" ] } ] } |