WebExtension.net
Toggle dark mode
WebExtension.net

Web Messenger

View on Chrome Web Store
View Web Messenger Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (552 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Access to the WhatsApp official Web messenger in a standalone sandboxed window
Type
Extension
Users
30,000 users
10K
tlintspr
View author page of tlintspr
Published
Published on July 3, 2016
Version 0.3.2
Manifest version
3
Updated
Updated on November 4, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Web Messenger Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3.2",
    "name": "Web Messenger",
    "description": "Access to the WhatsApp official Web messenger in a standalone sandboxed window",
    "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",
        "256": "\/data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/add0n.com\/whatsapp-messenger.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "\/data\/inject.js"
            ],
            "css": [
                "\/data\/inject.css"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "ISOLATED"
        },
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "\/data\/dom.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/window\/home.svg",
                "\/data\/window\/reload.svg",
                "\/data\/window\/settings.svg"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "\/data\/options\/index.html"
    },
    "commands": {
        "_execute_action": []
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top