Auto Steam Guard Skipper

This extension automaticly skips the Steam Link Guard Page

Auto Steam Guard Skipper là gì?

Auto Steam Guard Skipper là một tiện ích mở rộng Chrome được phát triển bởi Noah Huppert, và tính năng chính của nó là "This extension automaticly skips the Steam Link Guard Page".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Auto Steam Guard Skipper 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

                        This extension automaticly skips the Steam Link Guard Page                    

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

Tên Auto Steam Guard Skipper Auto Steam Guard Skipper
ID hkinnmlggffliepihbkbgaolbncljapo
URL Chính Thức https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo
Mô tả This extension automaticly skips the Steam Link Guard Page
Kích Thước Tệp 40.06 KB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-08-06
Ngày Phát Hành 2014-08-06
Đánh Giá 3.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Noah Huppert
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,
    "name": "Auto Steam Guard Skipper",
    "description": "This extension automaticly skips the Steam Link Guard Page",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/linkfilter\/*"
            ],
            "js": [
                "external\/jquery.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/steamcommunity.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "external\/icon.jpg"
    }
}