WA Web Plus by Elbruz Technologies

Add more tools and options for WhatsApp Web for more privacy and reliability.

Was ist WA Web Plus by Elbruz Technologies?

WA Web Plus by Elbruz Technologies ist eine Chrome-Erweiterung, die von https://wawplus.com entwickelt wurde, und ihr Hauptmerkmal ist "Add more tools and options for WhatsApp Web for more privacy and reliability.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

WA Web Plus by Elbruz Technologies-Erweiterungs-CRX-Datei herunterladen

Laden Sie WA Web Plus by Elbruz Technologies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Disclaimer: This extension is not affiliated with, associated with, endorsed by, or sponsored by WhatsApp or its parent company. WhatsApp is a registered trademark of WhatsApp LLC.                    

Grundlegende Informationen zur Erweiterung

Name WA Web Plus by Elbruz Technologies WA Web Plus by Elbruz Technologies
ID ekcgkejcjdcmonfpmnljobemcbpnkamh
Offizielle URL https://chromewebstore.google.com/detail/wa-web-plus-by-elbruz-tec/ekcgkejcjdcmonfpmnljobemcbpnkamh
Beschreibung Add more tools and options for WhatsApp Web for more privacy and reliability.
Dateigröße 934 KB
Installationsanzahl 2,355,552
Aktuelle Version 4.8.8.5
Letztes Update 2024-02-11
Veröffentlichungsdatum 2020-07-01
Bewertung 4.59/5 Insgesamt 30139 Bewertungen
Entwickler https://wawplus.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wawplus.com
Hilfeseite URL https://wawplus.com/category/manual
URL der Datenschutzrichtlinien-Seite https://wawplus.com/en/privacy-and-terms
Unterstützte Sprachen en,fr,tr,es,pt-BR,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhamYCMgCC55uGcUpvTVrDoCI2Ad+OgmJv7xSKx4bLmMD2swJZVPM\/en0z733oH3B5b2GCcr2R3qRQky1T0k6Qdb+M7tFtvhZamuFwlmkIAAlhca2toeWFqm6bGy5ucxuIenOtjKl\/smFhJkDMCLEh9VXbzl6SijaCiXuhB6gc5uoJhdu31Pxo6rZnqAJBhY64WaLnVfYJfe3JPR+IdtnKXUvNk9GexlwOU+iAUPFowER6j1tUz9EoL+nBfNvWEzsQmXT5pME65Bx32fIUtu4pbgEBTJDLr+vb0VYS8F824dIrMVCEL9t3yKuJjHzQjDk2DBxaU83EZitMrq8gicRQIDAQAB",
    "name": "WA Web Plus by Elbruz Technologies",
    "version": "4.8.8.5",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/wawplus.com",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "\/worker.js"
    },
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "WA Web Plus by Elbruz Technologies"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "*:\/\/wawplus.com\/*",
        "*:\/\/*.web.app\/*",
        "*:\/\/*.firebaseio.com\/*",
        "*:\/\/*.firebaseapp.com\/*",
        "*:\/\/*.cloudfunctions.net\/*",
        "*:\/\/*.zapier.com\/*",
        "*:\/\/*.pabbly.com\/*",
        "*:\/\/*.integrately.com\/*",
        "*:\/\/*.integromat.com\/*",
        "*:\/\/apiway.ai\/*",
        "*:\/\/*.konnectzit.com\/*",
        "*:\/\/*.knzt.it\/*",
        "*:\/\/api.antsandapps.com\/*",
        "*:\/\/res.cloudinary.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/wawplus.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "extension_ids": [
                "ekcgkejcjdcmonfpmnljobemcbpnkamh"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "\/bundle.js"
            ]
        }
    ]
}