[Steam Security Suite]

Protects you from Steam phishing pages

[Steam Security Suite] là gì?

[Steam Security Suite] là một tiện ích mở rộng Chrome được phát triển bởi Jessecar, và tính năng chính của nó là "Protects you from Steam phishing pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng [Steam Security Suite]

Tải xuống các tệp mở rộng [Steam Security Suite] 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

                        Protects you from Steam phishing pages                    

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

Tên [Steam Security Suite] [Steam Security Suite]
ID gicnbiillhmpffbemfhmhnelldbnjblb
URL Chính Thức https://chromewebstore.google.com/detail/steam-security-suite/gicnbiillhmpffbemfhmhnelldbnjblb
Mô tả Protects you from Steam phishing pages
Kích Thước Tệp 15.72 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-04-11
Ngày Phát Hành 2018-04-09
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Jessecar
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Jessecar96/Steam-Community-Suite
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[Steam Security Suite]",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Protects you from Steam phishing pages",
    "icons": {
        "16": "icons\/scs-logo-16.png",
        "32": "icons\/scs-logo-32.png",
        "64": "icons\/scs-logo-64.png",
        "128": "icons\/scs-logo-128.png",
        "512": "icons\/scs-logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}