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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 secret-whatsapp secret-whatsapp
ID hlhgbdclcpjagehjgipoopcbkjalfgfn
官方網址 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]"
        }
    }
}