YouTube Transcript and Summary Firefox

Examine source code of YouTube Transcript and Summary

Inspect and view changes in YouTube Transcript and Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Transcript & Summary Exporter",
  "version": "1.0.0",
  "description": "Copy and export the transcript already available on a YouTube watch page, with local key-point extraction.",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-transcript@maker-label-studio",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "action": {
    "default_title": "Get YouTube transcript",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best YouTube Transcript and Summary Alternatives

Here are some Firefox add-ons that are similar to YouTube Transcript and Summary: