OAuth protector

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

Vad är OAuth protector?

OAuth protector är en Chrome-tillägg utvecklad av https://www.idontplaydarts.com, och dess huvudfunktion är "This stops users granting OAuth tokens to non @google.com applications.".

Ladda ner OAuth protector-förlängningens CRX-fil

Ladda ner OAuth protector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn OAuth protector OAuth protector
ID pcmilhilmleljakdlblgdepbdoniaoff
Officiell webbadress https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff
Beskrivning This stops users granting OAuth tokens to non @google.com applications.
Filstorlek 8.54 KB
Antal Installationer 25
Aktuell Version 0.1
Senast Uppdaterad 2017-05-11
Publiceringsdatum 2017-05-11
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://www.idontplaydarts.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}