No Steam Filter

Give me an option to fully disable this crap, gaben

No Steam Filter là gì?

No Steam Filter là một tiện ích mở rộng Chrome được phát triển bởi justpsot, và tính năng chính của nó là "Give me an option to fully disable this crap, gaben".

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

Tải xuống các tệp mở rộng No Steam Filter 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 link filter page on Steam that Valve has shoved down our throats.

New script courtesy of Mr McPowned, http://mrmcpowned.com/                    

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

Tên No Steam Filter No Steam Filter
ID kbmpgnobhgfggalnhdbakdioocapcdbp
URL Chính Thức https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp
Mô tả Give me an option to fully disable this crap, gaben
Kích Thước Tệp 57.72 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-07-14
Ngày Phát Hành 2014-07-14
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển justpsot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}