YouTube Transcript & Summary Firefox

Examine source code of YouTube Transcript & Summary

Inspect and view changes in YouTube Transcript & Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Transcript & Summary",
  "version": "1.2.0",
  "description": "Extract and summarize YouTube video transcripts instantly! Copy transcripts and generate AI-powered summaries with multiple prompt options.",
  "permissions": [
    "clipboardWrite",
    "storage",
    "tabs",
    "https://www.youtube.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "YouTube Transcript & Summary",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "chatgpt-autopaste.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "github-autopaste.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "chatgpt-autopaste.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "chatgpt-autopaste.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chat.mistral.ai/*"
      ],
      "js": [
        "chatgpt-autopaste.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-transcript-fetcher@example.com",
      "strict_min_version": "79.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Melhores alternativas YouTube Transcript & Summary

Aqui estão algumas Firefox add-ons que são similares a YouTube Transcript & Summary: