Temp Mail - Disposable Temporary Email
Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.
Temp Mail - Disposable Temporary Emailとは何ですか?
Temp Mail - Disposable Temporary Emailはhttps://temp-mail.orgによって開発されたChromeの拡張機能で、その主な機能は「Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.」です。
拡張機能のスクリーンショット
Temp Mail - Disposable Temporary Email拡張機能のCRXファイルをダウンロード
Temp Mail - Disposable Temporary Email拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Temp Mail provides temporary, secure, anonymous, free, disposable email address. Forget about spam, advertising mailings, hacking and attacking robots. Keep your real mailbox clean and secure. Our extension is advanced version of services like : 10minutemail, guerrillamail, mailinator, getairmail, throwawaymail, tempmail and others.
拡張機能の基本情報
名前 | Temp Mail - Disposable Temporary Email |
ID | inojafojbhdpnehkhhfjalgjjobnhomj |
公式URL | https://chromewebstore.google.com/detail/temp-mail-disposable-temp/inojafojbhdpnehkhhfjalgjjobnhomj |
説明 | Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail. |
ファイルサイズ | 390 KB |
インストール数 | 277,144 |
現在のバージョン | 0.1.0 |
最終更新日 | 2023-02-07 |
公開日 | 2019-12-02 |
評価 | 4.86/5 合計 1755 レビュー |
開発者 | https://temp-mail.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://temp-mail.org |
ヘルプページのURL | https://temp-mail.org/contact |
プライバシーポリシーページのURL | https://temp-mail.org/privacy-policy |
対応言語 | de,en,en-GB,en-US,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,sr,ru,uk,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "TempMail", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.1.0", "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "img\/16x16.png", "128": "img\/128x128.png", "48": "img\/48x48.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/128x128.png", "default_popup": "popup.html", "default_title": "TempMail" }, "web_accessible_resources": [], "permissions": [ "storage", "notifications", "tabs", "contextMenus", "alarms" ], "host_permissions": [ "*:\/\/*.temp-mail.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end", "all_frames": true } ] } |