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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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]"
        }
    }
}