OAuth protector

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

Was ist OAuth protector?

OAuth protector ist eine Chrome-Erweiterung, die von https://www.idontplaydarts.com entwickelt wurde, und ihr Hauptmerkmal ist "This stops users granting OAuth tokens to non @google.com applications.".

OAuth protector-Erweiterungs-CRX-Datei herunterladen

Laden Sie OAuth protector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OAuth protector OAuth protector
ID pcmilhilmleljakdlblgdepbdoniaoff
Offizielle URL https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff
Beschreibung This stops users granting OAuth tokens to non @google.com applications.
Dateigröße 8.54 KB
Installationsanzahl 25
Aktuelle Version 0.1
Letztes Update 2017-05-11
Veröffentlichungsdatum 2017-05-11
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://www.idontplaydarts.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}