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 |
Eメール | [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" ] } ] } |