A Firefox extension that adds a Copy Transcript button and an AI Summarize button to YouTube video pages. Supports light and dark mode, plain text, and Markdown output.
Built on top of YouTube Transcript Copier by dislikelever, released under the MIT License.
- One-click transcript copy to clipboard
- AI-powered video summarization with configurable providers (OpenAI, Anthropic, Google Gemini, Groq, OpenRouter)
- Light & dark mode – adapts to your YouTube theme automatically
- Copy as Markdown – headings, links, and timestamp tables
- Plain text with or without timestamps
- Paragraph mode for continuous reading
- Optional video title and URL in output
- Summary displayed inline on YouTube or copied to clipboard
- Configurable system prompt and model selection
- Settings persist via
chrome.storage.sync(falls back tolocalStorage) - Resilient to YouTube's SPA navigation
- Open
about:debugging#/runtime/this-firefoxin Firefox - Click Load Temporary Add-on…
- Select
manifest.jsonfrom this folder
See the Firefox Extension Workshop for full instructions on publishing to AMO.
- Original extension: YouTube Transcript Copier by dislikelever
- This derivative: YT Transcript & Summary by felixleopold