Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
Co to jest Fake Email Generator?
Fake Email Generator to rozszerzenie Chrome opracowane przez https://emailfake.com, a jego główną funkcją jest „Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fake Email Generator
Pobierz pliki rozszerzeń Fake Email Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
Oficjalny URL | https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo |
Opis | Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam. |
Rozmiar pliku | 81.58 KB |
Liczba instalacji | 11,851 |
Aktualna Wersja | 1.711 |
Ostatnia Aktualizacja | 2021-07-28 |
Data Publikacji | 2019-12-07 |
Ocena | 4.00/5 Łącznie 7 Oceny |
Deweloper | https://emailfake.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://emailfake.com |
Adres URL Strony Polityki Prywatności | https://emailfake.com/privacy-policy |
Obsługiwane Języki | 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'" } |