DropMail.me
Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
Cos'è DropMail.me?
DropMail.me è un'estensione di Chrome sviluppata da MiniApps, e la sua funzione principale è "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DropMail.me
Scarica i file di estensione DropMail.me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nifijmhijjcmcjcodgbijcgpodeodphb |
URL Ufficiale | https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb |
Descrizione | Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations. |
Dimensione del File | 273 KB |
Conteggio Installazioni | 479 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-03-30 |
Data di Pubblicazione | 2022-03-29 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | MiniApps |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://vostlertsd.github.io/YTPP |
Lingue Supportate | 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" } } |