OAuth protector
This stops users granting OAuth tokens to non @google.com applications.
OAuth protector là gì?
OAuth protector là một tiện ích mở rộng Chrome được phát triển bởi https://www.idontplaydarts.com, và tính năng chính của nó là "This stops users granting OAuth tokens to non @google.com applications.".
Tải xuống tệp CRX của tiện ích mở rộng OAuth protector
Tải xuống các tệp mở rộng OAuth protector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pcmilhilmleljakdlblgdepbdoniaoff |
URL Chính Thức | https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff |
Mô tả | This stops users granting OAuth tokens to non @google.com applications. |
Kích Thước Tệp | 8.54 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-05-11 |
Ngày Phát Hành | 2017-05-11 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.idontplaydarts.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |