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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anankemn และคุณลักษณะหลักของมันคือ "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Community Linkfilter Bypass

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}