Examine source code of Twitch Chat pronouns

Inspect and view changes in Twitch Chat pronouns source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Twitch Chat pronouns",
  "version": "0.2.4",
  "description": "Add Pronouns to Twitch Chat",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*",
        "https://twitch.tv/*",
        "https://dashboard.twitch.tv/u/*/stream-manager",
        "https://dashboard.twitch.tv/popout/u/*/stream-manager/chat"
      ],
      "js": [
        "./bundle.js"
      ],
      "css": [
        "./bundle.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "host_permissions": [
    "https://dashboard.twitch.tv/popout/u/*/stream-manager/chat",
    "https://dashboard.twitch.tv/u/*/stream-manager",
    "https://pr.alejo.io/*",
    "https://pronouns.alejo.io/*",
    "https://twitch.tv/*",
    "https://www.twitch.tv/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ac8c0a3-ce21-4c47-972d-b45e685cca5d}"
    }
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}