secret-whatsapp
Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.
secret-whatsappคืออะไร?
secret-whatsapp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Garry Lachman และคุณลักษณะหลักของมันคือ "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย secret-whatsapp
ดาวน์โหลดไฟล์ส่วนขยาย secret-whatsapp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hlhgbdclcpjagehjgipoopcbkjalfgfn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/secret-whatsapp/hlhgbdclcpjagehjgipoopcbkjalfgfn |
คำอธิบาย | Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension. |
ขนาดไฟล์ | 40.12 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2020-04-06 |
วันที่เผยแพร่ | 2020-04-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Garry Lachman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.termsfeed.com/blog/legal-agreements-chrome-extensions |
ภาษาที่รองรับ | 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]" } } } |