WeChat Web Extension Firefox

Examine source code of WeChat Web Extension

Inspect and view changes in WeChat Web Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WeChat Web Extension",
  "version": "1.0.0",
  "description": "Quick access and lightweight preview for WeChat Web (web.wechat.com / wx.qq.com).",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "*://web.wechat.com/*",
    "*://wx.qq.com/*"
  ],
  "sidebar_action": {
    "default_title": "WeChat Web",
    "default_panel": "sidebar.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.wechat.com/*",
        "*://wx.qq.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{262c26ac-b8e1-43eb-bef2-f382ff283cfa}"
    }
  }
}

Best WeChat Web Extension Alternatives

Here are some Firefox add-ons that are similar to WeChat Web Extension: