Steam Link Unfilter

Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.

什么是Steam Link Unfilter?

Steam Link Unfilter是由Mal1t1a开发的Chrome扩展程序,该扩展的主要功能是“Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.”。

扩展截图

screenshot
screenshot

下载Steam Link Unfilter扩展crx文件

下载Steam Link Unfilter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension conveniently unfilters the steam link filter. Without having to deal with the hassle of the steam filter redirection, you are now instantly taken to your requested URL. It's hassle free, simple and exactly what steam was before. Doing so also removes the probability of the steamcommunity website from going down and not filtering your URLs properly as well.

This extension is recommended to users willing to unfilter their steam link filter.

It also looks the best.

-= Version 1.1 Changelog =-
 > Removed 2 console.log lines
 > Removed 1 invalid "return false;" line                    

扩展基本信息

名称 Steam Link Unfilter Steam Link Unfilter
ID hgempjlggodgjnchhhgaglddffbimbda
官方URL https://chromewebstore.google.com/detail/steam-link-unfilter/hgempjlggodgjnchhhgaglddffbimbda
简介 Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.
文件大小 28.93 KB
安装次数 163
当前版本 1.1
更新时间 2016-01-10
上架时间 2016-01-09
评分 4.20/5 共10次评分
开发者 Mal1t1a
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Link Unfilter",
    "short_name": "Steam Unfiltered",
    "version": "1.1",
    "description": "Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.",
    "background": {
        "scripts": [
            "unfilter.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/steamcommunity.com\/"
    ],
    "icons": {
        "16": "unfilter_16-16.png",
        "48": "unfilter_48-48.png",
        "128": "unfilter_128-128.png"
    },
    "manifest_version": 2
}