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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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'" } |