Stream Transcript Extractor

Extension to allow users to extract transcript from MSFT Stream and MediaSite(Re/Play).
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stream Transcript Extractor",
  "description": "Extension to allow users to extract transcript from MSFT Stream and MediaSite(Re/Play).",
  "version": "2.1",
  "manifest_version": 3,
  "devtools_page": "devtools.html",
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "transcript_logo.png"
  },
  "icons": {
    "64": "transcript_logo.png"
  }
}