Ew, Mail!
Ew, Mail! allows you to easily use a temp-mail.org mail when registering.
Ew, Mail!คืออะไร?
Ew, Mail! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vantezzen และคุณลักษณะหลักของมันคือ "Ew, Mail! allows you to easily use a temp-mail.org mail when registering."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ew, Mail!
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } ] } |