Better Youtube Captions Firefox

Examine source code of Better Youtube Captions

By: RH Add-on
Inspect and view changes in Better Youtube Captions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Transcript Viewer",
  "version": "1.0",
  "description": "Display YouTube transcripts as customizable subtitles directly on videos.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0cb278df-6770-4acb-af3a-ece198201fb2}"
    }
  }
}

Best Better Youtube Captions Alternatives

Here are some Firefox add-ons that are similar to Better Youtube Captions: