RelayBox.org - Disposable Temporary Email

Temporary disposable email address. Protect your email from spam, bots and phishing with RelayBox.org.

什麼是RelayBox.org - Disposable Temporary Email?

RelayBox.org - Disposable Temporary Email是由https://relaybox.org開發的Chrome擴展程式,該擴展的主要功能是“Temporary disposable email address. Protect your email from spam, bots and phishing with RelayBox.org.”。

擴展截圖

screenshot
screenshot

下載RelayBox.org - Disposable Temporary Email擴展crx文件

下載RelayBox.org - Disposable Temporary Email擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Temporary disposable email address at your fingertips. Protect your email from spam, bots and phishing with RelayBox extension. 

RelayBox provides temporary, secure, anonymous, free, disposable email addresses.

Forget about spam, advertising mailings, hacking and attacking robots. Keep your real mailbox clean and secure.                    

擴展基本資訊

名稱 RelayBox.org - Disposable Temporary Email RelayBox.org - Disposable Temporary Email
ID cjddhachaegjjjijjphnjkiommboednb
官方網址 https://chromewebstore.google.com/detail/relayboxorg-disposable-te/cjddhachaegjjjijjphnjkiommboednb
簡介 Temporary disposable email address. Protect your email from spam, bots and phishing with RelayBox.org.
檔案大小 2.1 MB
安裝次數 116
目前版本 0.0.3
更新時間 2022-11-25
上架時間 2022-11-23
評分 5.00/5 共 2 次評分
開發者 https://relaybox.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://relaybox.org/
隱私政策頁面URL https://www.relaybox.org/privacy-policy
支援的語言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.3",
    "background": {
        "service_worker": "background.e192f75b.js"
    },
    "icons": {
        "16": "icon_16.1760bf15.png",
        "32": "icon_32.e547a96f.png",
        "48": "icon_48.2e8c0a67.png",
        "64": "icon_64.1109757e.png",
        "128": "icon_128.ea4a83a4.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.e03f9f22.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "icon_16.1760bf15.png",
            "20": "icon_20.6121eeb7.png",
            "32": "icon_32.e547a96f.png",
            "40": "icon_40.005ff043.png"
        },
        "default_popup": "popup.a346ace6.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "short_name": "RelayBox",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.datalot.pl\/*",
            "*:\/\/*.relaybox.org\/*",
            "http:\/\/localhost:8000\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "content_script.2013d6b8.svg",
                "content_script.6dc0b570.css",
                "content_script.c706db22.svg"
            ]
        }
    ]
}