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
官方網址 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"
}