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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}