LiveTL - Live Translations for Streams Firefox

Examine source code of LiveTL - Live Translations for Streams

제작자: Kento Nishi
Inspect and view changes in LiveTL - Live Translations for Streams source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "LiveTL - Translation Filter for Streams",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://www.youtube.com/*?*",
    "https://www.youtube.com/youtubei/v1/live_chat/get_live_chat/*",
    "https://www.youtube.com/youtubei/v1/live_chat/get_live_chat_replay/*",
    "https://www.twitch.tv/*"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "icons": {
    "128": "img/128x128.png"
  },
  "browser_action": {
    "default_icon": "img/48x48.png",
    "default_popup": "options.html"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/live_chat*",
        "https://www.youtube.com/live_chat_replay*",
        "https://studio.youtube.com/live_chat*",
        "https://studio.youtube.com/live_chat_replay*"
      ],
      "js": [
        "chat-interceptor.bundle.js",
        "chat.bundle.js",
        "injector.bundle.js",
        "translatormode.bundle.js"
      ],
      "css": [
        "hyperchat/titlebar.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://www.youtube.com/error*?*"
      ],
      "js": [
        "workaround-injector.bundle.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "twitch-injector.bundle.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "*.js",
    "*.html",
    "*.png",
    "*.gif",
    "*.mp4"
  ],
  "description": "Get live translations for YouTube and Twitch streams, crowdsourced from multilingual viewers!",
  "version": "9.2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ae865fed-3ca7-4701-bb86-f129e77deef5}"
    }
  }
}

최고의 LiveTL - Live Translations for Streams 대안

다음은 LiveTL - Live Translations for Streams과(와) 유사한 Firefox add-on입니다: