DropMail.me

Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.

DropMail.me là gì?

DropMail.me là một tiện ích mở rộng Chrome được phát triển bởi MiniApps, và tính năng chính của nó là "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DropMail.me

Tải xuống các tệp mở rộng DropMail.me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DropMail.me DropMail.me
ID nifijmhijjcmcjcodgbijcgpodeodphb
URL Chính Thức https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb
Mô tả Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
Kích Thước Tệp 273 KB
Số Lần Cài Đặt 479
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-03-30
Ngày Phát Hành 2022-03-29
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển MiniApps
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://vostlertsd.github.io/YTPP
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}