YouTube Agent - Transcript Fetch & Term Explainer Firefox

Examine source code of YouTube Agent - Transcript Fetch & Term Explainer

Inspect and view changes in YouTube Agent - Transcript Fetch & Term Explainer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Agent - Transcript Fetch&Term Explain",
  "version": "1.2.1",
  "description": "YouTube Agent helps you follow YouTube videos with transcript viewing, transcript downloads, and short explanations for technical or financial terms.",
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*.googlevideo.com/*",
    "https://www.pandarecord.com/*",
    "http://127.0.0.1:8090/*",
    "http://localhost:8090/*"
  ],
  "optional_host_permissions": [
    "https://www.youtube.com/*"
  ],
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "info@pandarecord.com",
      "strict_min_version": "78.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "options_page": "options/options.html",
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "YouTube Agent",
    "default_icon": {
      "16": "icons/logo-16.png",
      "32": "icons/logo-32.png",
      "48": "icons/logo-48.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "lib/youtube-transcript-api.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "ui/panel.html",
        "ui/panel.js",
        "ui/panel.css",
        "glossary.json",
        "icons/logo.svg"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ]
}

Best YouTube Agent - Transcript Fetch & Term Explainer Alternatives

Here are some Firefox add-ons that are similar to YouTube Agent - Transcript Fetch & Term Explainer: