Whatsapp翻译官

帮助您跟世界各种语言的朋友沟通

What is Whatsapp翻译官?

Whatsapp翻译官 is a Chrome extension developed by zhangbaoliang.star, and its main feature is "帮助您跟世界各种语言的朋友沟通".

Extension Screenshots

screenshot

Download Whatsapp翻译官 Extension CRX File

Download Whatsapp翻译官 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        在Whatsapp 聊天界面点开任意好友对话。对话框最下方是输入翻译。可以选择翻译语言。聊天内容自动翻译。试用期30天。                    

Extension Basic Information

Name Whatsapp翻译官 Whatsapp翻译官
ID ighomaoljhnjpmnckapbpmphggljhdng
Official URL https://chromewebstore.google.com/detail/whatsapp%E7%BF%BB%E8%AF%91%E5%AE%98/ighomaoljhnjpmnckapbpmphggljhdng
Description 帮助您跟世界各种语言的朋友沟通
File Size 773 KB
Installation Count 236
Current Version 1.0.5
Last Updated 2023-08-27
Publish Date 2023-04-17
Developer zhangbaoliang.star
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp\u7ffb\u8bd1\u5b98",
    "version": "1.0.5",
    "description": "\u5e2e\u52a9\u60a8\u8ddf\u4e16\u754c\u5404\u79cd\u8bed\u8a00\u7684\u670b\u53cb\u6c9f\u901a",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "icons\/*",
                "images\/*",
                "fonts\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "css\/all.css"
            ],
            "js": [
                "js\/all.js",
                "js\/all.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    }
}