Disposable Mailbox
Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.
Disposable Mailboxとは何ですか?
Disposable Mailboxはhttps://disposablemailbox.comによって開発されたChromeの拡張機能で、その主な機能は「Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.」です。
拡張機能のスクリーンショット
Disposable Mailbox拡張機能のCRXファイルをダウンロード
Disposable Mailbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Disposable Mailbox is a free temporary email service that allows you to receive email at a temporary address that self-deletes after 30 minutes. Disposable Mailbox is also known to called names like: tempmail, throwaway email, burner email, fake-mail, fake email generator, burner email or trash-mail.                     拡張機能の基本情報
| 名前 |   |  
| ID | pgpiahgokloaacapmeniaoecjofimhik | 
| 公式URL | https://chromewebstore.google.com/detail/disposable-mailbox/pgpiahgokloaacapmeniaoecjofimhik | 
| 説明 | Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes. | 
| ファイルサイズ | 432 KB | 
| インストール数 | 39 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2021-12-06 | 
| 公開日 | 2021-12-05 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | https://disposablemailbox.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://disposablemailbox.com/ | 
| ヘルプページのURL | https://disposablemailbox.com/ | 
| プライバシーポリシーページのURL | https://disposablemailbox.com/privacy | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disposable Mailbox",
    "short_name": "Disposable Mailbox",
    "version": "1.0",
    "description": "Disposable Mailbox is a free temporary email service that creates an email address that self-deletes after 30 minutes.",
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "image.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Disposable Mailbox",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |