Findtempmail - Fast Temp Mail Generator
Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
什麼是Findtempmail - Fast Temp Mail Generator?
Findtempmail - Fast Temp Mail Generator是由https://findtempmail.com開發的Chrome擴展程式,該擴展的主要功能是“Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.”。
擴展截圖
下載Findtempmail - Fast Temp Mail Generator擴展crx文件
下載Findtempmail - Fast Temp Mail Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"FindTempMail by Pinta is a convenient extension for creating a temporary email for a short time. This temporary or disposable mail is suitable for different needs. Use a temporary disposable email to register on various sites and receive emails immediately. So you don't have to use your main email once again, and therefore protect it from spam and viruses. The FindTempMail extension allows you to: - quickly create a temporary mail, - use your own email name and domain, - automatically delete temporary mail, - protect your main email from spam and advertising mailings."
擴展基本資訊
名稱 | Findtempmail - Fast Temp Mail Generator |
ID | gaknifmpohechngleflmgoehideghdlg |
官方網址 | https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg |
簡介 | Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet. |
檔案大小 | 362 KB |
安裝次數 | 116 |
目前版本 | 0.0.13 |
更新時間 | 2022-08-30 |
上架時間 | 2022-02-15 |
開發者 | https://findtempmail.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://findtempmail.com |
說明頁面URL | https://findtempmail.com/contact |
隱私政策頁面URL | https://squeezeimg.com/page/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Findtempmail - Fast Temp Mail Generator", "description": "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.", "version": "0.0.13", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "content_security_policy": [], "background": { "service_worker": "background.js" }, "action": { "default_title": "Findtempmail - Fast Temp Mail Generator", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/findtempmail.com\/", "*:\/\/*\/*" ] } |