WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Whatsapp Plus

Whatsapp Plus

View on Chrome Web Store
View Whatsapp Plus Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (46 ratings)
5 new ratings
11 views
This extension has been viewed 11 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.

Extra tools for Whatsapp Web
Type
Extension
Users
2,000 users
1K
pedrosarkisverani
View author page of pedrosarkisverani
Published
Published on October 23, 2024
Version 3.0.5
Manifest version
3
Updated
Updated on January 7, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Whatsapp Plus 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_appName__",
    "version": "3.0.5",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Transcribe text from audio in Whatsapp Web"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "js": [
                "limitModal.js",
                "languageModal.js",
                "drawflow.min.js",
                "injector.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "js": [
                "wppplusLanding.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "script.js",
                "vendor\/wppconnect-wa.js",
                "vendor\/wppconnect-wa.js.LICENSE.txt",
                "xlsx.full.min.js",
                "arenium.webp",
                "youtube.png"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "38": "38.png",
        "64": "64.png",
        "128": "128.png"
    }
}
© 2026 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