DropMail.me
Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
ما هو DropMail.me؟
DropMail.me هو إضافة Chrome تم تطويرها بواسطة MiniApps، والميزة الرئيسية لها هي "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DropMail.me
قم بتنزيل ملفات الامتداد DropMail.me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | nifijmhijjcmcjcodgbijcgpodeodphb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb |
الوصف | Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations. |
حجم الملف | 273 KB |
عدد التثبيتات | 479 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2022-03-30 |
تاريخ النشر | 2022-03-29 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | MiniApps |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://vostlertsd.github.io/YTPP |
اللغات المدعومة | 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" } } |