OAuth protector
This stops users granting OAuth tokens to non @google.com applications.
什么是OAuth protector?
OAuth protector是由https://www.idontplaydarts.com开发的Chrome扩展程序,该扩展的主要功能是“This stops users granting OAuth tokens to non @google.com applications.”。
下载OAuth protector扩展crx文件
下载OAuth protector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | pcmilhilmleljakdlblgdepbdoniaoff |
官方URL | https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff |
简介 | This stops users granting OAuth tokens to non @google.com applications. |
文件大小 | 8.54 KB |
安装次数 | 25 |
当前版本 | 0.1 |
更新时间 | 2017-05-11 |
上架时间 | 2017-05-11 |
评分 | 5.00/5 共5次评分 |
开发者 | https://www.idontplaydarts.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |