Chatslator: Livestream Chat Translator Firefox

Examine source code of Chatslator: Livestream Chat Translator

By: 0xHPZ
Inspect and view changes in Chatslator: Livestream Chat Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chatslator: Livestream Chat Translator",
  "description": "Translates live chat messages in real-time on popular streaming platforms like YouTube, Twitch, and Kick.",
  "version": "1.3.4",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_title": "Chatslator",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.kick.com/*"
      ],
      "js": [
        "content-scripts/kick.js"
      ]
    },
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/twitch.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/youtube.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "zeerohpz@gmail.com-chatslator"
    }
  }
}

Best Chatslator: Livestream Chat Translator Alternatives

Here are some Firefox add-ons that are similar to Chatslator: Livestream Chat Translator: