Steam Anti Linkfilter

Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!

What is Steam Anti Linkfilter?

Steam Anti Linkfilter is a Chrome extension developed by http://voythas.com, and its main feature is "Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!".

Extension Screenshots

screenshot

Download Steam Anti Linkfilter Extension CRX File

Download Steam Anti Linkfilter 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

                        Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page.

Enjoy!                    

Extension Basic Information

Name Steam Anti Linkfilter Steam Anti Linkfilter
ID jppobjlomjacgjegdajimogfmacammcp
Official URL https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp
Description Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
File Size 147 KB
Installation Count 273
Current Version 0.6
Last Updated 2014-08-24
Publish Date 2014-08-24
Rating 4.75/5 Total 16 Ratings
Developer http://voythas.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Anti Linkfilter",
    "version": "0.6",
    "description": "",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/steamcommunity.com\/linkfilter\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}