Subtitle Streaming Firefox

Examine source code of Subtitle Streaming

Inspect and view changes in Subtitle Streaming source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Subtitle Streaming",
  "description": "Facility for live caption MPEG-DASH WebVTT",
  "version": "2.0",
  "permissions": [
    "<all_urls>",
    "tabs",
    "scripting",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js?0"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.discord.com/*"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js?0",
        "extra/content_common.js?0",
        "content_discord.js?0"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js?0",
        "extra/content_common.js?0",
        "content.js?0"
      ]
    }
  ],
  "web_accessible_resources": [
    "gpl-1.0.txt?0",
    "popup.html?0",
    "page.html?0",
    "page_chatmessages.html?0"
  ],
  "browser_action": {
    "default_icon": "default-64.png",
    "default_title": "Subtitle Streaming"
  },
  "incognito": "spanning",
  "options_ui": {
    "page": "./options.html"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{ecd8c5db-ae77-42af-a2f8-010dc387e7af}"
    }
  }
}

Best Subtitle Streaming Alternatives

Here are some Firefox add-ons that are similar to Subtitle Streaming: