Protect IID
Minimalistic single-use email address generator.
Qu'est-ce que Protect IID ?
Protect IID est une extension Chrome développée par Liftground, et sa fonction principale est "Minimalistic single-use email address generator.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Protect IID
Téléchargez les fichiers d'extension Protect IID 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
Minimalistic single-use email address generator. The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com. Generating styles: - 2-64 Hash ([email protected]) - Current domain name + 2-32 Hash ([email protected]) - Fake user ([email protected])
Informations de Base sur l'Extension
Nom | Protect IID |
ID | pohhdoefhlffonadgcfpfebhpcecanbm |
URL Officiel | https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm |
Description | Minimalistic single-use email address generator. |
Taille du Fichier | 52.88 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.17 |
Dernière Mise à Jour | 2019-02-17 |
Date de Publication | 2019-02-17 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | Liftground |
Type de Paiement | free |
Site Web de l'Extension | https://protectiid.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Protect IID", "version": "1.17", "description": "Minimalistic single-use email address generator.", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } } |