Fake Email Generator
Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.
ما هو Fake Email Generator؟
Fake Email Generator هو إضافة Chrome تم تطويرها بواسطة https://emailfake.com، والميزة الرئيسية لها هي "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fake Email Generator
قم بتنزيل ملفات الامتداد Fake Email Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Fake Email Generator |
ID | gjpheonblhjlkmhmkagacbjopagbpclo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fake-email-generator/gjpheonblhjlkmhmkagacbjopagbpclo |
الوصف | Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam. |
حجم الملف | 81.58 KB |
عدد التثبيتات | 11,851 |
النسخة الحالية | 1.711 |
آخر تحديث | 2021-07-28 |
تاريخ النشر | 2019-12-07 |
تقييم | 4.00/5 مجموع تقييمات 7 |
المطور | https://emailfake.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://emailfake.com |
عنوان صفحة سياسة الخصوصية | https://emailfake.com/privacy-policy |
اللغات المدعومة | 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'" } |