Findtempmail - Fast Temp Mail Generator

Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.

Findtempmail - Fast Temp Mail Generator là gì?

Findtempmail - Fast Temp Mail Generator là một tiện ích mở rộng Chrome được phát triển bởi https://findtempmail.com, và tính năng chính của nó là "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Findtempmail - Fast Temp Mail Generator

Tải xuống các tệp mở rộng Findtempmail - Fast Temp Mail Generator 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

                        "FindTempMail by Pinta is a convenient extension for creating a temporary email for a short time. This temporary or disposable mail is suitable for different needs.
Use a temporary disposable email to register on various sites and receive emails immediately. So you don't have to use your main email once again, and therefore protect it from spam and viruses.
 
The FindTempMail extension allows you to:
- quickly create a temporary mail,
- use your own email name and domain,
- automatically delete temporary mail,
- protect your main email from spam and advertising mailings."                    

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

Tên Findtempmail - Fast Temp Mail Generator Findtempmail - Fast Temp Mail Generator
ID gaknifmpohechngleflmgoehideghdlg
URL Chính Thức https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg
Mô tả Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
Kích Thước Tệp 362 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 0.0.13
Cập Nhật Lần Cuối 2022-08-30
Ngày Phát Hành 2022-02-15
Nhà Phát Triển https://findtempmail.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://findtempmail.com
URL Trang Trợ Giúp https://findtempmail.com/contact
URL Trang Chính Sách Bảo Mật https://squeezeimg.com/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Findtempmail - Fast Temp Mail Generator",
    "description": "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.",
    "version": "0.0.13",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": [],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Findtempmail - Fast Temp Mail Generator",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/findtempmail.com\/",
        "*:\/\/*\/*"
    ]
}