Ew, Mail!
Ew, Mail! allows you to easily use a temp-mail.org mail when registering.
Ew, Mail!とは何ですか?
Ew, Mail!はvantezzenによって開発されたChromeの拡張機能で、その主な機能は「Ew, Mail! allows you to easily use a temp-mail.org mail when registering.」です。
拡張機能のスクリーンショット
Ew, Mail!拡張機能のCRXファイルをダウンロード
Ew, Mail!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ew, Mail! allows you to easily use a temp-mail.org mail when registering. This extension is not affiliated to temp-mail.org in any way! Simply right-click on any input field and select "Use temporary mail". Ew, Mail! will automatically open temp-mail.org in the background and insert your temporary e-mail address into the input field. The full source code of this extension is available on https://github.com/vantezzen/ewmail, if you find any issues or have a question please visit https://github.com/vantezzen/ewmail/issues. This extension needs the following permissions: - "Read and change all you data on the websites that you visit" to read your current e-mail address from temp-mail.org and insert it into your current page This extension is not affiliated to temp-mail.org in any way!
拡張機能の基本情報
名前 | Ew, Mail! |
ID | lidnahlamdofklamooajjnopnloljlgp |
公式URL | https://chromewebstore.google.com/detail/ew-mail/lidnahlamdofklamooajjnopnloljlgp |
説明 | Ew, Mail! allows you to easily use a temp-mail.org mail when registering. |
ファイルサイズ | 43.18 KB |
インストール数 | 101 |
現在のバージョン | 1.2 |
最終更新日 | 2020-01-02 |
公開日 | 2019-12-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | vantezzen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/vantezzen/ewmail |
プライバシーポリシーページのURL | https://hollstein.io/browserprivacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ew, Mail!", "version": "1.2", "description": "Ew, Mail! allows you to easily use a temp-mail.org mail when registering.", "homepage_url": "https:\/\/github.com\/vantezzen\/ewmail", "icons": { "48": "icons\/icon-48.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/temp-mail.org\/", "contextMenus" ], "background": { "scripts": [ "background-scripts.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ] } |