[Steam Security Suite]

Protects you from Steam phishing pages

[Steam Security Suite]คืออะไร?

[Steam Security Suite] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jessecar และคุณลักษณะหลักของมันคือ "Protects you from Steam phishing pages"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย [Steam Security Suite]

ดาวน์โหลดไฟล์ส่วนขยาย [Steam Security Suite] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Protects you from Steam phishing pages                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ [Steam Security Suite] [Steam Security Suite]
ID gicnbiillhmpffbemfhmhnelldbnjblb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-security-suite/gicnbiillhmpffbemfhmhnelldbnjblb
คำอธิบาย Protects you from Steam phishing pages
ขนาดไฟล์ 15.72 KB
จำนวนการติดตั้ง 209
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-04-11
วันที่เผยแพร่ 2018-04-09
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Jessecar
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Jessecar96/Steam-Community-Suite
ภาษาที่รองรับ 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": [
        ""
    ]
}