Auto Steam Guard Skipper

This extension automaticly skips the Steam Link Guard Page

什么是Auto Steam Guard Skipper?

Auto Steam Guard Skipper是由Noah Huppert开发的Chrome扩展程序,该扩展的主要功能是“This extension automaticly skips the Steam Link Guard Page”。

扩展截图

screenshot
screenshot
screenshot

下载Auto Steam Guard Skipper扩展crx文件

下载Auto Steam Guard Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension automaticly skips the Steam Link Guard Page                    

扩展基本信息

名称 Auto Steam Guard Skipper Auto Steam Guard Skipper
ID hkinnmlggffliepihbkbgaolbncljapo
官方URL https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo
简介 This extension automaticly skips the Steam Link Guard Page
文件大小 40.06 KB
安装次数 128
当前版本 2.0
更新时间 2014-08-06
上架时间 2014-08-06
评分 3.17/5 共6次评分
开发者 Noah Huppert
付费类型 free
支持的语言 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"
    }
}