No Steam Filter

Give me an option to fully disable this crap, gaben

No Steam Filter란 무엇입니까?

No Steam Filter은(는) justpsot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Give me an option to fully disable this crap, gaben"입니다.

No Steam Filter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 No Steam Filter No Steam Filter
ID kbmpgnobhgfggalnhdbakdioocapcdbp
공식 URL https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp
설명 Give me an option to fully disable this crap, gaben
파일 크기 57.72 KB
설치 횟수 42
현재 버전 2.0
최근 업데이트 2014-07-14
출시 날짜 2014-07-14
평점 4.50/5 총 2 개의 평점
개발자 justpsot
결제 유형 free
지원되는 언어 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"
}