Whatext

Whatsapp Web

What is Whatext?

Whatext is a Chrome extension developed by Extension World, and its main feature is "Whatsapp Web".

Extension Screenshots

screenshot

Download Whatext Extension CRX File

Download Whatext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Unofficial WhatsApp Extension for Chrome

You can also use WhatsApp now has an official Windows and Mac app. Check https://www.whatsapp.com/

----------------------

With whatext you get the following features:

~ Conversation can take place from chrome and everything stays in sync.
~ Exchange photos and videos as usual.
~ Receive the notifications.
~ Send voice messages using your microphone.
~ This will have a small privacy window for a peace of mind.
~ And all of the official WhatsApp features are compatible.

----

Disclaimer:
whatext is a mini version of official WhatsApp Web inside a Chrome App. It does not read, store, transmit or analyses any of your WhatsApp activity. Its sole purpose is to provide an privacy window size and great experience to users of WhatsApp Web and it is NOT THE INTENTION to mislead anyone to think this is the official WhatsApp for Chrome version. 

Thanks for using it!!
Please support us by sharing it!!!!                    

Extension Basic Information

Name Whatext Whatext
ID dgajpemoglnplchgdoiidnhnoolpgfic
Official URL https://chromewebstore.google.com/detail/whatext/dgajpemoglnplchgdoiidnhnoolpgfic
Description Whatsapp Web
File Size 60.67 KB
Installation Count 45
Current Version 1.0.2
Last Updated 2021-01-06
Publish Date 2021-01-06
Developer Extension World
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatext",
    "description": "Whatsapp Web",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}