Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Wat is Fake Email Generator?
Fake Email Generator is een Chrome-extensie ontwikkeld door https://emailfake.com, en de belangrijkste functie is "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fake Email Generator
Download Fake Email Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
Officiële URL | https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo |
Beschrijving | Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam. |
Bestandsgrootte | 81.58 KB |
Aantal Installaties | 11,851 |
Huidige Versie | 1.711 |
Laatst Bijgewerkt | 2021-07-28 |
Publicatiedatum | 2019-12-07 |
Beoordeling | 4.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://emailfake.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://emailfake.com |
URL van de Privacybeleid Pagina | https://emailfake.com/privacy-policy |
Ondersteunde Talen | 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'" } |