https://github.com/irazasyed/email-masker
Email Masker is an open-source browser extension that helps you generate and use masked email addresses for your online accounts.
https://github.com/irazasyed/email-masker
burner-email chrome-extension email-alias email-guard email-masker firefox-addon firefox-extension privacy-tools skiff webextension
Last synced: 8 months ago
JSON representation
Email Masker is an open-source browser extension that helps you generate and use masked email addresses for your online accounts.
- Host: GitHub
- URL: https://github.com/irazasyed/email-masker
- Owner: irazasyed
- License: mit
- Created: 2023-11-11T04:08:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T19:53:52.000Z (about 1 year ago)
- Last Synced: 2025-03-25T17:46:56.956Z (8 months ago)
- Topics: burner-email, chrome-extension, email-alias, email-guard, email-masker, firefox-addon, firefox-extension, privacy-tools, skiff, webextension
- Language: TypeScript
- Homepage:
- Size: 12.4 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Email Masker Browser Extension [
](https://github.com/irazasyed/email-masker)
[](LICENSE.md)
[][link-cws]
[][link-amo]
> 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](https://github.com/irazasyed)

[
][link-cws]
[
][link-amo]
[
][link-oas]
## Contents
- [Features](#features)
- [Supported Browsers](#supported-browsers)
- [Highlights](#highlights)
- [Email Format Templates](#email-format-templates)
- [Contributing](#contributing)
- [Security Vulnerabilities](#security-vulnerabilities)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Credits](#credits)
- [Disclaimer](#disclaimer)
## 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
Customizable Email Format
On-Page Quick Generation
## 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](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please see [SECURITY](.github/SECURITY.md) for details.
## Code of Conduct
Please see [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## License
MIT
## Credits
- [Irfaq Syed](https://github.com/irazasyed)
- [All Contributors](../../contributors)
[link-cws]: https://dub.sh/emailmasker-chrome 'Version published on Chrome Web Store'
[link-amo]: https://dub.sh/emailmasker-firefox 'Version published on Mozilla Add-ons'
[link-oas]: https://dub.sh/emailmasker-opera 'Version published on Opera Add-ons'