Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 using Quick Aliases
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: 24 days ago
JSON representation
Email Masker is an open-source browser extension that helps you generate and use masked email addresses for your online accounts using Quick Aliases
- Host: GitHub
- URL: https://github.com/irazasyed/email-masker
- Owner: irazasyed
- License: mit
- Created: 2023-11-11T04:08:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-10T12:49:47.000Z (11 months ago)
- Last Synced: 2023-12-10T13:34:53.147Z (11 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: 11.2 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
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)
[![Licence](https://img.shields.io/badge/License-MIT-green.svg?style=flat-square)](LICENSE.md)
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/oedhkcdedcfloepkpacoocblokifkgjf?style=flat-square&label=Chrome%20Users)][link-cws]
[![Mozilla Add-on Users](https://img.shields.io/amo/users/email-masker?style=flat-square&label=Firefox%20Users)][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 `[email protected]`
**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'