Skip to content

irazasyed/email-masker

Repository files navigation

Email Masker Browser Extension Email Masker

Licence Chrome Web Store Users Mozilla Add-on Users

Email Masker is an open-source browser extension that helps you generate and use masked email addresses for your online accounts.

It helps you protect your privacy and keep your inbox clean from spam.

Extension by @irazasyed

Email Masker

for Chrome for Firefox for Opera

Contents

Features

🔥 Customizable Masked Email Format: Tailor your masked email format to your liking.

📧 Quick Masked Email Generation: Swiftly create masked email addresses via pop-up or on-page options.

🏷️ Convenient Shortcodes: Use domain, random strings/numbers, and random words in your email format.

🗣️ Multilingual Support: Enjoy the extension in multiple languages.

🌐 Multi-Browser Compatibility: Works on Chrome, Brave, Edge, Opera, Firefox, and More.

🌙 Light & Dark Modes: Choose your preferred interface theme.

⚙️ Options: Options to Enable/Disable on-page autofill, set default email format, and more.

🖥️ Clean User Interface: Minimalistic design for a focused experience.

📂 Open-Source: View and contribute to the source code.

🔒 Privacy Assurance: No data collection; generated emails are not stored.

Supported Browsers

✅ Chrome / Brave / Edge / Opera / Any Chromium Browser.

✅ Firefox

✅ Orion / Any WebKit Browser that supports Web Extensions via Chrome Web Store/Firefox Addon Store.

Other browsers

If you use another Chromium-based browser like Vivaldi, you can usually install the Chrome version.

Highlights

Highlights Dark and Light Modes
Email Masker Highlights Dark and Light Modes
Customizable Email Format On-Page Quick Generation
Customizable Email Format Email Masker On-Page

Email Format Templates

Email Masker supports the following shortcodes that you can use in your email format.

  • [domain] - Primary domain name from the current website (normalized).
  • [random:length] - Random Alphanumeric string of n characters.
  • [words:length] - Random words of n length.
  • [numbers:length] - Random numbers of n length.

Templates

Here are some email format templates you can use based on your preference, you may customize as you like.

Default

A combination of [domain] and [random:5] is used as the default email format.

[domain].[random:5]@example.com

The above format will generate email addresses like github.29wun@example.com

Random Strings

[random:8]@example.com

Random Words

[words:3]@example.com

Random Numbers

[numbers:8]@example.com

Random Words and Numbers

[words:2][numbers:4]@example.com

Random Words and Numbers (With Separator)

[words:2]-[numbers:4]@example.com

Domain and Random Words

[domain][words:2]@example.com

Prefix and Random Strings

prefix-[random:8]@example.com

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please see SECURITY for details.

Code of Conduct

Please see CODE_OF_CONDUCT for details.

License

MIT

Credits