OAuth protector

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

Wat is OAuth protector?

OAuth protector is een Chrome-extensie ontwikkeld door https://www.idontplaydarts.com, en de belangrijkste functie is "This stops users granting OAuth tokens to non @google.com applications.".

Download het CRX-bestand van de extensie OAuth protector

Download OAuth protector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OAuth protector OAuth protector
ID pcmilhilmleljakdlblgdepbdoniaoff
Officiële URL https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff
Beschrijving This stops users granting OAuth tokens to non @google.com applications.
Bestandsgrootte 8.54 KB
Aantal Installaties 25
Huidige Versie 0.1
Laatst Bijgewerkt 2017-05-11
Publicatiedatum 2017-05-11
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.idontplaydarts.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}