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
Eメール [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
}