Enhancer for WhatsApp™

Easy access to WhatsApp web with enhancing and privacy features.

Τι είναι το Enhancer for WhatsApp™;

Το Enhancer for WhatsApp™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Grephy, και η κύρια λειτουργία του είναι "Easy access to WhatsApp web with enhancing and privacy features.".

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

screenshot
screenshot

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

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

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

                        Enhancer for WhatsApp™ is an extension that enables you to get more from the WhatsApp web interface. 

Important note: Enhancer for WhatsApp™ does NOT belong or relate to the official WhatsApp application or website. It is an unofficial extension that is developed and maintained independently. This unofficial extension is a wrapper to the original WhatsApp and tries to enhance its usage.

With this addon, you get several privacy enhancements and badge-text notifications (when the interface is open). Please visit the options page to adjust the privacy and enhancement features. In privacy features, this addon can blur different segments within the WhatsApp web interface. By default, only the main body message section is active. Please mark desired items and see which one is best for you.

To report bugs, please use the addon's homepage and fill out the bug report form (https://mybrowseraddon.com/whatsapp-desktop.html).                    

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

Όνομα Enhancer for WhatsApp™ Enhancer for WhatsApp™
ID fadfgobhjoibmjilddjdkeppljcmpbii
Επίσημο URL https://chromewebstore.google.com/detail/enhancer-for-whatsapp/fadfgobhjoibmjilddjdkeppljcmpbii
Περιγραφή Easy access to WhatsApp web with enhancing and privacy features.
Μέγεθος Αρχείου 30.61 KB
Αριθμός Εγκαταστάσεων 98,337
Τρέχουσα Έκδοση 0.3.2
Τελευταία Ενημέρωση 2023-01-02
Ημερομηνία Δημοσίευσης 2020-02-25
Αξιολόγηση 3.60/5 Συνολικά 288 Αξιολογήσεις
Προγραμματιστής Grephy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/whatsapp-desktop.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/whatsapp-desktop.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Enhancer for WhatsApp\u2122",
    "homepage_url": "https:\/\/mybrowseraddon.com\/whatsapp-desktop.html",
    "description": "Easy access to WhatsApp web with enhancing and privacy features.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_title": "Enhancer for WhatsApp\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.web.whatsapp.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}