WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multi Chat - Messenger for WhatsApp

Multi Chat - Messenger for WhatsApp

View on Chrome Web Store
View Multi Chat - Messenger for WhatsApp Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (425 ratings)
1 new ratings
24 views
This extension has been viewed 24 times

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

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 19, 2025.

Open WhatsApp and other popular messengers on desktop easily and get access to all your chats. Telegram Line and others
Type
Extension
Users
2,000,000 users
Harold Riders
View author page of Harold Riders
Published
Published on February 4, 2021
Version 1.1.15
Manifest version
3
Updated
Updated on January 21, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View Multi Chat - Messenger for WhatsApp 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",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/telegram_content_start.js"
            ],
            "matches": [
                "*:\/\/web.telegram.org\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/whatsapp_content.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/slype_content.js"
            ],
            "matches": [
                "*:\/\/web.skype.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/jquery.min.js",
                "js\/inject.js",
                "js\/multichat_content.js"
            ],
            "css": [
                "css\/multichat.css"
            ],
            "matches": [
                "*:\/\/sramclove.com\/*"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "system.display",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "1.1.15"
}
© 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