Automatic WhatsApp ™ Translator

Automatic WhatsApp ™ Translator

An automatic WhatsApp message translation tool that supports over 100 languages (unofficial)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.2be17b30.png",
    "32": "icon32.plasmo.ace14a4f.png",
    "48": "icon48.plasmo.c2bbab81.png",
    "64": "icon64.plasmo.7ebeb224.png",
    "128": "icon128.plasmo.24d082cc.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2be17b30.png",
      "32": "icon32.plasmo.ace14a4f.png",
      "48": "icon48.plasmo.c2bbab81.png",
      "64": "icon64.plasmo.7ebeb224.png",
      "128": "icon128.plasmo.24d082cc.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.2.8",
  "author": "[email protected]",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.whatsapp.com/*"
      ],
      "js": [
        "Index.c3f3d2f6.js"
      ],
      "css": []
    }
  ],
  "oauth2": {
    "client_id": "39486643516-nicgdjkf351d012c12eoj78orgda6mek.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "default_locale": "en",
  "host_permissions": [
    "*://*.ultra-coding.com/*",
    "*://translate.google.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}