OAuth protector

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

Apa itu OAuth protector?

OAuth protector adalah ekstensi Chrome yang dikembangkan oleh https://www.idontplaydarts.com, dan fitur utamanya adalah "This stops users granting OAuth tokens to non @google.com applications.".

Unduh Berkas CRX Ekstensi OAuth protector

Unduh file ekstensi OAuth protector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OAuth protector OAuth protector
ID pcmilhilmleljakdlblgdepbdoniaoff
URL Resmi https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff
Deskripsi This stops users granting OAuth tokens to non @google.com applications.
Ukuran File 8.54 KB
Jumlah Instalasi 25
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-05-11
Tanggal Publikasi 2017-05-11
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://www.idontplaydarts.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}