Zen Mode (for whatsapp - Beta)

Simplifies Whatsapp Web and helps you focus

Co to jest Zen Mode (for whatsapp - Beta)?

Zen Mode (for whatsapp - Beta) to rozszerzenie Chrome opracowane przez usezenmode, a jego główną funkcją jest „Simplifies Whatsapp Web and helps you focus”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zen Mode (for whatsapp - Beta)

Pobierz pliki rozszerzeń Zen Mode (for whatsapp - Beta) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Zen Mode (for whatsapp - Beta) Zen Mode (for whatsapp - Beta)
ID dbpmpbfpicojogpodnicpjomaojiiocp
Oficjalny URL https://chromewebstore.google.com/detail/zen-mode-for-whatsapp-bet/dbpmpbfpicojogpodnicpjomaojiiocp
Opis Simplifies Whatsapp Web and helps you focus
Rozmiar pliku 389 KB
Liczba instalacji 112
Aktualna Wersja 1.5.3.2
Ostatnia Aktualizacja 2022-11-22
Data Publikacji 2020-12-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper usezenmode
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.zenmode.com/
Obsługiwane Języki 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\/*"
        ]
    }
}