Auto Steam Guard Skipper

This extension automaticly skips the Steam Link Guard Page

Auto Steam Guard Skipperคืออะไร?

Auto Steam Guard Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noah Huppert และคุณลักษณะหลักของมันคือ "This extension automaticly skips the Steam Link Guard Page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Steam Guard Skipper

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}