Steam Community Linkfilter Bypass

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

Steam Community Linkfilter Bypass là gì?

Steam Community Linkfilter Bypass là một tiện ích mở rộng Chrome được phát triển bởi anankemn, và tính năng chính của nó là "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Tải xuống tệp CRX của tiện ích mở rộng Steam Community Linkfilter Bypass

Tải xuống các tệp mở rộng Steam Community Linkfilter Bypass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
URL Chính Thức https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Mô tả Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2014-08-02
Ngày Phát Hành 2014-08-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển anankemn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}