Burner Emails: Easy, Fast, Disposable Emails

Detects email fields as you browse and fills them with a burner email address that forwards to your personal email address 😎

Burner Emails: Easy, Fast, Disposable Emails क्या है?

Burner Emails: Easy, Fast, Disposable Emails https://burnermail.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects email fields as you browse and fills them with a burner email address that forwards to your personal email address 😎"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Never worry about spam emails ever again! 

Burner Emails is a tool to generate a random email address for every form that you're submitting online, that will forward all emails to your personal email address. 

This hides your true identity from the sender and protects you from spam. If later on you don't want to receive emails from them anymore, you can disable or delete your address and be done with them! It's like your very own unsubscribe button that actually works on every email ever sent.                    

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

नाम Burner Emails: Easy, Fast, Disposable Emails Burner Emails: Easy, Fast, Disposable Emails
ID dnnmaoecogobjdiieopljefemjdkkaja
आधिकारिक URL https://chromewebstore.google.com/detail/burner-emails-easy-fast-d/dnnmaoecogobjdiieopljefemjdkkaja
विवरण Detects email fields as you browse and fills them with a burner email address that forwards to your personal email address 😎
फ़ाइल का आकार 1.68 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.1.42
अंतिम अपडेट 2023-07-09
प्रकाशन तिथि 2020-03-09
रेटिंग 4.26/5 कुल 163 रेटिंग्स
डेवलपर https://burnermail.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://burnermail.io
सहायता पृष्ठ URL https://burnermail.io/faq
गोपनीयता नीति पृष्ठ URL https://burnermail.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.1.42",
    "author": "burnermail.io",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/service_worker.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "clipboardWrite"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.tryninja.io\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Burner Emails",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "fonts\/*.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "fonts\/*.woff"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "fonts\/*.woff2"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}