DropMail.me
Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
Co to jest DropMail.me?
DropMail.me to rozszerzenie Chrome opracowane przez MiniApps, a jego główną funkcją jest „Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DropMail.me
Pobierz pliki rozszerzeń DropMail.me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nifijmhijjcmcjcodgbijcgpodeodphb |
Oficjalny URL | https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb |
Opis | Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations. |
Rozmiar pliku | 273 KB |
Liczba instalacji | 479 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2022-03-30 |
Data Publikacji | 2022-03-29 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | MiniApps |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://vostlertsd.github.io/YTPP |
Obsługiwane Języki | 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" } } |