Protect IID
Extension Actions
CRX ID
pohhdoefhlffonadgcfpfebhpcecanbm
Status
- No Privacy Policy
- Live on Store
Description from extension meta
Minimalistic single-use email address generator.
Image from store
Description from store
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])
Latest reviews
- Anonymous
- Excellent idea. To top off the UX on this extension, I'd suggest adding a "copied" response of some kind, followed by an automatic closing of the popup window.
- Anonymous
- Excellent idea. To top off the UX on this extension, I'd suggest adding a "copied" response of some kind, followed by an automatic closing of the popup window.
- Petja Touru
- Simple and does what is says. Howeve I would consider of having full range on alphabets on the generated string, this way: chars = '0123456789abcdefghijklmnopqrstuvwxyz' Array.from(window.crypto.getRandomValues(new Uint32Array(12))).map(x => chars[x % chars.length]).join('')
- Petja Touru
- Simple and does what is says. Howeve I would consider of having full range on alphabets on the generated string, this way: chars = '0123456789abcdefghijklmnopqrstuvwxyz' Array.from(window.crypto.getRandomValues(new Uint32Array(12))).map(x => chars[x % chars.length]).join('')