secret-whatsapp
Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.
secret-whatsapp là gì?
secret-whatsapp là một tiện ích mở rộng Chrome được phát triển bởi Garry Lachman, và tính năng chính của nó là "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.".
Ả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 secret-whatsapp
Tải xuống các tệp mở rộng secret-whatsapp 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
Encrypted every message before you send it to the cloud using a secret key. The message is encrypted & decrypted on the client-side using "Secret Whatsapp" extesntion - no one can read it whatever your account is hacked or your phone is stolen. Each chat (contact) using its own secret key that the both of the side must agree before. To activate the encryption click on secret whatsapp icon in top of the chat, select a secret key, selected "enabled" and click save.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlhgbdclcpjagehjgipoopcbkjalfgfn |
URL Chính Thức | https://chrome.google.com/webstore/detail/secret-whatsapp/hlhgbdclcpjagehjgipoopcbkjalfgfn |
Mô tả | Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension. |
Kích Thước Tệp | 40.12 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2020-04-06 |
Ngày Phát Hành | 2020-04-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Garry Lachman |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.termsfeed.com/blog/legal-agreements-chrome-extensions |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0", "name": "secret-whatsapp", "manifest_version": 2, "description": "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.js", "js\/inject.bundle.js" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "inject.js" ] } ], "permissions": [ "activeTab", "contextMenus", "tabs", "storage", "https:\/\/web.whatsapp.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;", "applications": { "gecko": { "id": "[email protected]" } } } |