OAuth protector

This stops users granting OAuth tokens to non @google.com applications.

OAuth protectorคืออะไร?

OAuth protector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.idontplaydarts.com และคุณลักษณะหลักของมันคือ "This stops users granting OAuth tokens to non @google.com applications."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OAuth protector

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

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

                        This extension helps stop users falling victim to OAuth phishing attacks when using Chrome.

When installed OAuth applications developed by non @google.com addresses have their consent screen blocked.                    

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

ชื่อ OAuth protector OAuth protector
ID pcmilhilmleljakdlblgdepbdoniaoff
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff
คำอธิบาย This stops users granting OAuth tokens to non @google.com applications.
ขนาดไฟล์ 8.54 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-05-11
วันที่เผยแพร่ 2017-05-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.idontplaydarts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OAuth protector",
    "version": "0.1",
    "icons": {
        "128": "shield.png"
    },
    "description": "This stops users granting OAuth tokens to non @google.com applications.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/accounts.google.com\/signin\/oauth\/consent*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}