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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में secret-whatsapp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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]"
        }
    }
}