Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Vad är Fake Email Generator?
Fake Email Generator är en Chrome-tillägg utvecklad av https://emailfake.com, och dess huvudfunktion är "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".
Tilläggsskärmbilder
Ladda ner Fake Email Generator-förlängningens CRX-fil
Ladda ner Fake Email Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
Officiell webbadress | https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo |
Beskrivning | Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam. |
Filstorlek | 81.58 KB |
Antal Installationer | 11,851 |
Aktuell Version | 1.711 |
Senast Uppdaterad | 2021-07-28 |
Publiceringsdatum | 2019-12-07 |
Betyg | 4.00/5 Totalt 7 Betyg |
Utvecklare | https://emailfake.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://emailfake.com |
URL till Sekretesspolicy Sidan | https://emailfake.com/privacy-policy |
Stödda Språk | 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'" } |