Zen Mode (for whatsapp - Beta)

Simplifies Whatsapp Web and helps you focus

What is Zen Mode (for whatsapp - Beta)?

Zen Mode (for whatsapp - Beta) is a Chrome extension developed by usezenmode, and its main feature is "Simplifies Whatsapp Web and helps you focus".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Zen Mode (for whatsapp - Beta) Extension CRX File

Download Zen Mode (for whatsapp - Beta) 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

                        Zen Mode aims to improve your productivity and peace of mind in your daily work with Whatsapp Web. It removes clutter from your mind, and lets you focus on what’s important.

How to use:

Click on the Zen icon near Whatsapp Search bar.

Enter Zen Mode and focus on the current conversation.
Hide/Snooze contacts & groups you don’t want to see


How to activate:

Install the extension
A small Zen Icon will appear near the conversation search bar
Click Zen to focus on this conversation
To hide a connection use the contact menu                    

Extension Basic Information

Name Zen Mode (for whatsapp - Beta) Zen Mode (for whatsapp - Beta)
ID dbpmpbfpicojogpodnicpjomaojiiocp
Official URL https://chromewebstore.google.com/detail/zen-mode-for-whatsapp-bet/dbpmpbfpicojogpodnicpjomaojiiocp
Description Simplifies Whatsapp Web and helps you focus
File Size 389 KB
Installation Count 112
Current Version 1.5.3.2
Last Updated 2022-11-22
Publish Date 2020-12-29
Rating 5.00/5 Total 1 Ratings
Developer usezenmode
Email [email protected]
Payment Type free
Extension Website https://www.zenmode.com/
Supported Languages en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extnNameForPublic__",
    "version": "1.5.3.2",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "minimum_chrome_version": "78",
    "permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "activeTab",
        "declarativeContent",
        "storage",
        "idle",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/entry\/background\/bgs.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "\/entry\/content-script\/cs.js"
            ],
            "css": [
                "\/entry\/content-script\/zen-mode-ui.css",
                "\/entry\/content-script\/zen-mode-font.css"
            ]
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "\/entry\/content-script\/offline-mode.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "\/entry\/content-script\/trello.js"
            ],
            "css": [
                "\/entry\/content-script\/trello-ui.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/segoesc.woff2",
        "\/assets\/wa_favicon.png",
        "\/assets\/logo\/logo-off.png",
        "\/assets\/logo\/logo.png",
        "\/assets\/whatsapp\/batch-mode-icon.png",
        "\/assets\/whatsapp\/eye-1.svg",
        "\/assets\/whatsapp\/eye-white.svg",
        "\/assets\/whatsapp\/eye.svg",
        "\/assets\/whatsapp\/group.svg",
        "\/assets\/whatsapp\/hide-snooze-chat.png",
        "\/assets\/whatsapp\/message.svg",
        "\/assets\/whatsapp\/offline-mode-icon.png",
        "\/assets\/whatsapp\/pin.svg",
        "\/assets\/whatsapp\/profile.svg",
        "\/assets\/whatsapp\/batch-mode-icon.png",
        "\/whatsapp\/whatsapp\/ExternalConnector.js",
        "\/whatsapp\/WebSocketWrapper.js",
        "\/entry\/content-script\/onboarding.css",
        "\/entry\/content-script\/onboarding.js",
        "\/onboarding.html"
    ],
    "page_action": {
        "default_title": "Toggle Zen mode",
        "default_icon": {
            "128": "\/assets\/logo\/logo.png"
        }
    },
    "icons": {
        "128": "\/assets\/logo\/logo.png"
    },
    "commands": {
        "TOGGLE_ZEN_MODE": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Toggle Zen mode"
        }
    },
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    }
}