No Steam Filter

Give me an option to fully disable this crap, gaben

What is No Steam Filter?

No Steam Filter is a Chrome extension developed by justpsot, and its main feature is "Give me an option to fully disable this crap, gaben".

Download No Steam Filter Extension CRX File

Download No Steam Filter 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

                        Automatically skips the link filter page on Steam that Valve has shoved down our throats.

New script courtesy of Mr McPowned, http://mrmcpowned.com/                    

Extension Basic Information

Name No Steam Filter No Steam Filter
ID kbmpgnobhgfggalnhdbakdioocapcdbp
Official URL https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp
Description Give me an option to fully disable this crap, gaben
File Size 57.72 KB
Installation Count 42
Current Version 2.0
Last Updated 2014-07-14
Publish Date 2014-07-14
Rating 4.50/5 Total 2 Ratings
Developer justpsot
Payment Type free
Supported Languages 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"
}