OAuth protector

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

Hvad er OAuth protector?

OAuth protector er en Chrome-udvidelse udviklet af https://www.idontplaydarts.com, og dens hovedfunktion er "This stops users granting OAuth tokens to non @google.com applications.".

Download OAuth protector-udvidelses-CRX-fil

Download OAuth protector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OAuth protector OAuth protector
ID pcmilhilmleljakdlblgdepbdoniaoff
Officiel URL https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff
Beskrivelse This stops users granting OAuth tokens to non @google.com applications.
Filstørrelse 8.54 KB
Antal Installationer 25
Nuværende Version 0.1
Senest Opdateret 2017-05-11
Udgivelsesdato 2017-05-11
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://www.idontplaydarts.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}