Youtube Transcript Search Firefox

Examine source code of Youtube Transcript Search

Inspect and view changes in Youtube Transcript Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "Youtube Transcript Search",
  "description": "Search through any Youtube video's transcripts.",
  "browser_specific_settings": {
    "gecko": {
      "id": "katella@katell.xyz"
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "incognito": "split",
  "permissions": [
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "lunr.js",
        "search.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Youtube Transcript Search Alternatives

Here are some Firefox add-ons that are similar to Youtube Transcript Search: