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ファイルをダウンロード

No Steam Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}