OAuth protector
This stops users granting OAuth tokens to non @google.com applications.
What is OAuth protector?
OAuth protector is a Chrome extension developed by https://www.idontplaydarts.com, and its main feature is "This stops users granting OAuth tokens to non @google.com applications.".
Download OAuth protector Extension CRX File
Download OAuth protector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pcmilhilmleljakdlblgdepbdoniaoff |
Official URL | https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff |
Description | This stops users granting OAuth tokens to non @google.com applications. |
File Size | 8.54 KB |
Installation Count | 25 |
Current Version | 0.1 |
Last Updated | 2017-05-11 |
Publish Date | 2017-05-11 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://www.idontplaydarts.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |