Stop Peeking!
A tool for sending and receiving encrypted emails.
Stop Peeking! là gì?
Stop Peeking! là một tiện ích mở rộng Chrome được phát triển bởi Cuyler Stuwe, và tính năng chính của nó là "A tool for sending and receiving encrypted emails.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stop Peeking!
Tải xuống các tệp mở rộng Stop Peeking! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Are you sick of Yahoo and Google reading your personal emails, and using the contents of your private emails to family and friends to target you for product sales? This browser extension allows you to send your message texts as and encrypted email that they can't read. You pick a key and share it with your recipient, so that the email clients can't make sense of your communication. Instructions: - Open an email compose/reply window. - Click "Stop Peeking" Icon. - Type your message into the new window. - Add a key (password) and encrypt your message. - Encrypted message will appear in the compose/reply window you opened.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stop Peeking! |
ID | maikkbiapofdokahpajfbboahkelkgih |
URL Chính Thức | https://chromewebstore.google.com/detail/stop-peeking/maikkbiapofdokahpajfbboahkelkgih |
Mô tả | A tool for sending and receiving encrypted emails. |
Kích Thước Tệp | 47.04 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2020-04-23 |
Ngày Phát Hành | 2020-04-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Cuyler Stuwe |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A tool for sending and receiving encrypted emails.", "version": "0.0.4", "name": "Stop Peeking!", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gmail.bundle.js" ] }, { "matches": [ "https:\/\/mail.yahoo.com\/*" ], "js": [ "yahoo.bundle.js" ] }, { "matches": [ "https:\/\/outlook.live.com\/*" ], "js": [ "outlook.bundle.js" ] } ], "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |