DropMail.me
Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.
DropMail.meとは何ですか?
DropMail.meはMiniAppsによって開発されたChromeの拡張機能で、その主な機能は「Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.」です。
拡張機能のスクリーンショット
DropMail.me拡張機能のCRXファイルをダウンロード
DropMail.me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create a temporary email. For 10 minutes or more. Anonymous email service allows you to receive emails for a safe registration on sites and services. Unlimited mailbox lifetime. No registration. Unlimited mailbox size. Attachments allowed.
拡張機能の基本情報
名前 | |
ID | nifijmhijjcmcjcodgbijcgpodeodphb |
公式URL | https://chromewebstore.google.com/detail/dropmailme/nifijmhijjcmcjcodgbijcgpodeodphb |
説明 | Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations. |
ファイルサイズ | 273 KB |
インストール数 | 479 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-03-30 |
公開日 | 2022-03-29 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | MiniApps |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://vostlertsd.github.io/YTPP |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DropMail.me", "version": "1.0.3", "description": "Temporary email. Email for 10 minutes or more. Our service offers disposable email for registrations.", "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "match_about_blank": false, "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icons\/icon-34.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |