WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Chat Multi Messenger

Chat Multi Messenger

View on Chrome Web Store
View Chat Multi Messenger Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (9 ratings)
1 new ratings
43 views
This extension has been viewed 43 times
0 downloads
This extension has been downloaded 0 times

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

Merges all Social Media chats in one App. Support for twitter, tiktok, telegram and many more! Direct message DM your friends!
Type
Extension
Users
1,000 users
WWEvents
View author page of WWEvents
Published
Published on January 31, 2023
Version 5.9
Manifest version
3
Updated
Updated on November 6, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Chat Multi 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,
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "5.9",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArD1ZdXO0Sz8XBTXbtnAikQxXLcVxSOnPV86Tk0wGPLWTlzNxpjtMMb3lFoMSbjsYCgpWUq9wdN9q2eazwhQFx52Veeh1xejbrqReD357HtvSGkzMXv9BONzTHN803j7aV4IElWc4fg7JAbp3A3qTvC0\/tAGtsyKNW7ZF80KyHP3bXs743fs0BuKgpE5tezN7IwZJhgdH+XG391C4IeuxCPDcdizV9aQac1qJiB3denCpHKawTu8MQS4tbe9x5X5lDtrxen5+vba1heivuTTKUeK+bW0v7FfDjos0L\/WkeD6h\/iFHyq2R9v7EsvB9XAGGvRgk902avkAL3O2oY53D2wIDAQAB",
    "options_page": "options\/index.html",
    "action": {
        "default_title": "__MSG_chrome_extension_name__",
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        }
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "system.display",
        "browsingData",
        "scripting",
        "activeTab",
        "notifications",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.wwevents.fun\/*",
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "myScriptTelegramBadge.js"
            ],
            "matches": [
                "*:\/\/web.telegram.org\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "myScriptHangoutsBadge.js"
            ],
            "matches": [
                "*:\/\/hangouts.google.com\/*",
                "*:\/\/chat.google.com\/*",
                "*:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "myScriptChatBadge.js"
            ],
            "matches": [
                "*:\/\/messages.google.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "myScriptLinkedinBadge.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "myScriptTwitterBadge.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/safeResponse\/purify.min.js",
                "js\/toastr\/toastr.min.js",
                "i18n.js",
                "js\/i18n\/i18n.js",
                "js\/file-saver\/FileSaver.min.js",
                "js\/introjs\/intro.min.js",
                "js\/material-io\/material-components-web.min.js",
                "js\/jquery-menu\/jquery.contextMenu.min.js",
                "js\/jquery-menu\/jquery.ui.position.min.js",
                "utils.js",
                "myScript.js"
            ],
            "matches": [
                "*:\/\/*.reefcentral.pt\/multi-messenger-test\/*",
                "*:\/\/*.reefcentral.pt\/multi-messenger\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "js\/*",
                "options\/*",
                "css\/*",
                "html\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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