WebChat Firefox

Examine source code of WebChat

Inspect and view changes in WebChat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebChat",
  "description": "Chat with anyone on any website.",
  "version": "1.9.7",
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "homepage_url": "https://github.com/molvqingtai/WebChat",
  "browser_specific_settings": {
    "gecko": {
      "id": "molvqingtai@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "*://*.csdn.com/*",
        "*://*.csdn.net/*",
        "*://127.0.0.1/*",
        "*://localhost/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ],
  "browser_action": {}
}

Best WebChat Alternatives

Here are some Firefox add-ons that are similar to WebChat: