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是由https://emailfake.com開發的Chrome擴展程式,該擴展的主要功能是“Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.”。
擴展截圖
下載Fake Email Generator擴展crx文件
下載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 |
官方網址 | 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'" } |