tranworld for whatsapp

tranworld for whatsapp

tranworld for whatsapp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "tranworld for whatsapp",
  "description": "tranworld for whatsapp",
  "version": "0.1",
  "action": {
    "default_title": "stock helper",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "lib/a.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://web.whatsapp.com/",
    "https://www.baidu.com/",
    "https://text.tranworlds.cc/*",
    "https://qtext.tranworlds.cc/*",
    "https://guser.tranworlds.cc/*"
  ],
  "background": {
    "service_worker": "lib/b.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "lib/a.js",
        "lib/b.js",
        "lib/c.js",
        "lib/transfer.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "nkecaljfaljdfoihkaimffblngcghgke"
    ],
    "matches": [
      "*://web.whatsapp.com/*"
    ],
    "accepts_tls_channel_id": false
  }
}