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はGarry Lachmanによって開発されたChromeの拡張機能で、その主な機能は「Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.」です。
拡張機能のスクリーンショット
secret-whatsapp拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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]" } } } |