Privacy Extension for WhatsApp Privacy

Hide messages,images,profile on WhatsApp Free Custom Privacy You Wanna.

Τι είναι το Privacy Extension for WhatsApp Privacy;

Το Privacy Extension for WhatsApp Privacy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hamingoearnest, και η κύρια λειτουργία του είναι "Hide messages,images,profile on WhatsApp Free Custom Privacy You Wanna.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Privacy Extension for WhatsApp Privacy

Λήψη αρχείων επέκτασης Privacy Extension for WhatsApp Privacy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hide WhatsApp App messages or images as you wish, we offer you a private WhatsApp. It increases your WA Chrome privacy in pubilc areas by bluring contents only if you hover the content with your cursor.

How to hide messages on WA?  You could toggle different setting on the WA privacy extension in order to meets your personal needs.

Features:
- Blur messages in chat of  Web WhatsApp.
- Blur message preview on the left of WAscreen.
- Blur media preview on WAscreen including all images, videos, stickers that are apart from the text.
- Blur profile pictures on Web WA.
- Hover to reveal certain content that you need in WA screen.
------------------------------------------
LEGAL
------------------------------------------
WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to WhatsApp.                    

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

Όνομα Privacy Extension for WhatsApp Privacy Privacy Extension for WhatsApp Privacy
ID dcohaklbddmflhmcnccgcajgkfhchfja
Επίσημο URL https://chromewebstore.google.com/detail/privacy-extension-for-wha/dcohaklbddmflhmcnccgcajgkfhchfja
Περιγραφή Hide messages,images,profile on WhatsApp Free Custom Privacy You Wanna.
Μέγεθος Αρχείου 1.76 MB
Αριθμός Εγκαταστάσεων 787
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2024-01-28
Ημερομηνία Δημοσίευσης 2023-01-30
Προγραμματιστής hamingoearnest
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1y5GwkWZrgcKjyZAav-FFa07brHP0f-t-T6oKkTamsY8/edit?usp=sharing
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "homepage_url": "https:\/\/waplus.io\/",
    "description": "Hide messages,images,profile on WhatsApp Free Custom Privacy You Wanna.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "load.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/*",
                "fonts\/*",
                "img\/*",
                "icons\/*",
                "inject-scripts\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.2"
}