YT Transcript Summarizer Firefox

Examine source code of YT Transcript Summarizer

Inspect and view changes in YT Transcript Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YT Transcript Summarizer",
  "version": "10.10.3",
  "description": "Summarize YouTube videos with Claude, OpenAI, Gemini and more — reliable transcript extraction via InnerTube API.",
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-transcript-summarizer@roberto-reale",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "scripting",
    "downloads",
    "notifications",
    "alarms",
    "offscreen"
  ],
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://youtu.be/*",
    "https://api.anthropic.com/*",
    "https://claude.ai/*",
    "https://api.openai.com/*",
    "https://chatgpt.com/*",
    "https://generativelanguage.googleapis.com/*",
    "https://gemini.google.com/*",
    "https://openrouter.ai/*",
    "http://localhost/*",
    "http://127.0.0.1/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "claude_paste.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "chatgpt_paste.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "gemini_paste.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "logo.png",
    "128": "logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "YT Transcript Summarizer",
    "default_icon": "logo.png"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  }
}

Melhores alternativas YT Transcript Summarizer

Aqui estão algumas Firefox add-ons que são similares a YT Transcript Summarizer: