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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}