OAuth protector
This stops users granting OAuth tokens to non @google.com applications.
Qu'est-ce que OAuth protector ?
OAuth protector est une extension Chrome développée par https://www.idontplaydarts.com, et sa fonction principale est "This stops users granting OAuth tokens to non @google.com applications.".
Télécharger le fichier CRX de l'extension OAuth protector
Téléchargez les fichiers d'extension OAuth protector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pcmilhilmleljakdlblgdepbdoniaoff |
URL Officiel | https://chrome.google.com/webstore/detail/pcmilhilmleljakdlblgdepbdoniaoff |
Description | This stops users granting OAuth tokens to non @google.com applications. |
Taille du Fichier | 8.54 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-05-11 |
Date de Publication | 2017-05-11 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://www.idontplaydarts.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |