Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Qu'est-ce que Fake Email Generator ?
Fake Email Generator est une extension Chrome développée par https://emailfake.com, et sa fonction principale est "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fake Email Generator
Téléchargez les fichiers d'extension Fake Email Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
URL Officiel | 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. |
Taille du Fichier | 81.58 KB |
Nombre d'Installations | 11,851 |
Version Actuelle | 1.711 |
Dernière Mise à Jour | 2021-07-28 |
Date de Publication | 2019-12-07 |
Évaluation | 4.00/5 Total 7 Évaluations |
Développeur | https://emailfake.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://emailfake.com |
URL de la Page de Politique de Confidentialité | https://emailfake.com/privacy-policy |
Langues Prises en Charge | 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'" } |