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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Burner Emails: Easy, Fast, Disposable Emails擴展crx文件

下載Burner Emails: Easy, Fast, Disposable Emails擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}