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 |
官方網址 | 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" ] } ] } |