WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Wasup Translator - Translate WhatsApp Messages

Wasup Translator - Translate WhatsApp Messages

View on Chrome Web Store
View Wasup Translator - Translate WhatsApp Messages Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (4 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

Translate WhatsApp chats and messages to help you break through language barriers.
Type
Extension
Users
992 users
7
yourdie2710
View author page of yourdie2710
Published
Published on September 7, 2024
Version 1.0.6
Manifest version
3
Updated
Updated on January 22, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Wasup Translator - Translate WhatsApp Messages 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_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.whatsapp.com\/*",
        "http:\/\/*.whatsapp.com\/*",
        "https:\/\/translate.google.com\/*",
        "http:\/\/translate.google.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*",
                "http:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/translate.png"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.6"
}
© 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