Steam Community Linkfilter Bypass

Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.

什麼是Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass是由anankemn開發的Chrome擴展程式,該擴展的主要功能是“Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.”。

下載Steam Community Linkfilter Bypass擴展crx文件

下載Steam Community Linkfilter Bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically skips the new(ish) linkfilter page produced by links clicked in Steam Chat. Please use caution when clicking on links in Steam with this extension enabled.                    

擴展基本資訊

名稱 Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
官方網址 https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
簡介 Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
檔案大小 109 KB
安裝次數 11
目前版本 0.0.3
更新時間 2014-08-02
上架時間 2014-08-02
評分 5.00/5 共 1 次評分
開發者 anankemn
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Community Linkfilter Bypass",
    "short_name": "FilterBypass",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.",
    "icons": {
        "16": "icons\/steam.png",
        "48": "icons\/steam.png",
        "128": "icons\/steam.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}