DropMail.me
Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
What is DropMail.me?
DropMail.me is a Chrome extension developed by MiniApps, and its main feature is "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".
Extension Screenshots
Download DropMail.me Extension CRX File
Download DropMail.me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Create a temporary email. For 10 minutes or more. Anonymous email service allows you to receive emails for a safe registration on sites and services. Unlimited mailbox lifetime. No registration. Unlimited mailbox size. Attachments allowed.
Extension Basic Information
Name | |
ID | nifijmhijjcmcjcodgbijcgpodeodphb |
Official URL | https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb |
Description | Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations. |
File Size | 273 KB |
Installation Count | 479 |
Current Version | 1.0.3 |
Last Updated | 2022-03-30 |
Publish Date | 2022-03-29 |
Rating | 5.00/5 Total 4 Ratings |
Developer | MiniApps |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://vostlertsd.github.io/YTPP |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DropMail.me", "version": "1.0.3", "description": "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.", "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "match_about_blank": false, "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icons\/icon-34.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |