DropMail.me
Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
Apa itu DropMail.me?
DropMail.me adalah ekstensi Chrome yang dikembangkan oleh MiniApps, dan fitur utamanya adalah "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DropMail.me
Unduh file ekstensi DropMail.me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nifijmhijjcmcjcodgbijcgpodeodphb |
URL Resmi | https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb |
Deskripsi | Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations. |
Ukuran File | 273 KB |
Jumlah Instalasi | 479 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2022-03-30 |
Tanggal Publikasi | 2022-03-29 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | MiniApps |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://vostlertsd.github.io/YTPP |
Bahasa yang Didukung | 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" } } |