10 Minutes Email - 10 min disposable email
Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.
什麼是10 Minutes Email - 10 min disposable email?
10 Minutes Email - 10 min disposable email是由https://10minemail.com開發的Chrome擴展程式,該擴展的主要功能是“Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.”。
擴展截圖
下載10 Minutes Email - 10 min disposable email擴展crx文件
下載10 Minutes Email - 10 min disposable email擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get your own temporary disposable 10 minute mail address without registration. The extension provides free 10 minute mail service. Disposable email with attachments and very easy to use. How to use ? Install the app to your browser and enjoy temporary 10 minute disposable email addresses without visiting the website itself. Just click the icon in the right upper corner of the browser. A window with new temporary email address will appear in a second. This window will also appear with notifications about new emails in your inbox. Please visit our website for more questions : https://10minEmail.com
擴展基本資訊
名稱 | 10 Minutes Email - 10 min disposable email |
ID | emhgkpmcjiokblfofahdclcgldgflelc |
官方網址 | https://chromewebstore.google.com/detail/10-minutes-email-10-min-d/emhgkpmcjiokblfofahdclcgldgflelc |
簡介 | Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail. |
檔案大小 | 374 KB |
安裝次數 | 4,000 |
目前版本 | 0.1.0 |
更新時間 | 2023-02-07 |
上架時間 | 2019-09-20 |
評分 | 4.86/5 共 14 次評分 |
開發者 | https://10minemail.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://10minemail.com |
說明頁面URL | https://10minemail.com/en/faq/ |
隱私政策頁面URL | https://temp-mail.org/privacy-policy |
支援的語言 | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "10minemail", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.1.0", "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "img\/16x16.png", "128": "img\/128x128.png", "48": "img\/48x48.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/128x128.png", "default_popup": "popup.html", "default_title": "10minemail" }, "web_accessible_resources": [], "permissions": [ "storage", "notifications", "tabs", "contextMenus", "alarms" ], "host_permissions": [ "*:\/\/*.temp-mail.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end", "all_frames": true } ] } |