Temp Mail

Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email

Temp Mail क्या है?

Temp Mail https://temp-mail.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Temp Mail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Temp Mail is temporary email tool which provide you disposable email address.

You can use it for registration on any websites, so your real email address will keep clean, because you will not get awful subscriptions which many websites sending very often. And also prevent you from many viruses, malwares, etc.

Simply click on the Temp Mail icon to get your email, use this email in what you want, and read message by clicking "Open email".                    

एक्सटेंशन की मूल जानकारी

नाम Temp Mail Temp Mail
ID ckcdnopgiijkcoejjophlljlfommgihi
आधिकारिक URL https://chromewebstore.google.com/detail/temp-mail/ckcdnopgiijkcoejjophlljlfommgihi
विवरण Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email
फ़ाइल का आकार 291 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.9.9
अंतिम अपडेट 2023-08-28
प्रकाशन तिथि 2020-06-01
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर https://temp-mail.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://temp-mail.io
सहायता पृष्ठ URL https://temp-mail.io/faq
गोपनीयता नीति पृष्ठ URL https://temp-mail.io/en/privacy-policy
समर्थित भाषाएँ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temp Mail",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/temp-mail.io",
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "64": ".\/icons\/icon-64.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png",
        "512": ".\/icons\/icon-512.png",
        "1024": ".\/icons\/icon-1024.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "20": ".\/icons\/icon-20.png",
            "24": ".\/icons\/icon-24.png",
            "32": ".\/icons\/icon-32.png",
            "40": ".\/icons\/icon-40.png"
        },
        "default_popup": ".\/popup.html",
        "default_title": "Temp Mail"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "version": "1.9.9",
    "description": "Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    }
}