Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
What is Fake Email Generator?
Fake Email Generator is a Chrome extension developed by https://emailfake.com, and its main feature is "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".
Extension Screenshots
Download Fake Email Generator Extension CRX File
Download Fake Email Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Online email for different needs. Protect your primary mail from spam and receive emails for temporary mail. You can also use your domain and make permanent mail without any registrations. Main features: - Unlimited number of mail. - Large number of domains. - Notification of new mail. - Your own mail name. - Your own mail domain. - There are no spam and viruses. - The mail is displayed immediately without delay.
Extension Basic Information
Name | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
Official URL | https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo |
Description | Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam. |
File Size | 81.58 KB |
Installation Count | 11,851 |
Current Version | 1.711 |
Last Updated | 2021-07-28 |
Publish Date | 2019-12-07 |
Rating | 4.00/5 Total 7 Ratings |
Developer | https://emailfake.com |
[email protected] | |
Payment Type | free |
Extension Website | https://emailfake.com |
Privacy Policy Page URL | https://emailfake.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "Fake Email Generator", "short_name": "Fake Email", "description": "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.711", "homepage_url": "https:\/\/emailfake.com", "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "Fake Email Generator - temp mail address" }, "background": { "scripts": [ "scripts\/socket.io.js", "scripts\/background.js" ] }, "permissions": [ "cookies", "https:\/\/*.emailfake.com\/", "clipboardRead", "notifications" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |