YouTube transcripts, now with extra ChatGPT copy-paste
A Chrome extension that fetches YouTube transcripts and preps a ChatGPT prompt so you don't have to tab-switch into oblivion.

What it does
This extension adds a “Transcript & Summary” box to YouTube pages. It pulls the video transcript manually, then copies a formatted prompt to your clipboard and opens ChatGPT in a new tab. You paste, and ChatGPT does the summarizing. The heavy lifting is still OpenAI’s; this is mostly plumbing and UI glue.
The interesting bit
The clever part isn’t the AI — it’s the transcript scraping. The author notes YouTube could break this at any time, which is refreshingly honest for a browser extension. The manifest v3 architecture keeps it compliant with Chrome’s increasingly strict extension rules.
Key highlights
- Runs entirely client-side; no backend server or API key management
- Manifest v3 compliant (Chrome’s newer, more locked-down extension format)
- Available on Chrome Web Store, not just sideload
- Author also building Glasp, a social annotation tool with AI summarization — this extension may be a funnel
- 861 stars suggests it solved a real, if narrow, friction point
Caveats
- Requires manual paste into ChatGPT; not a fully integrated API call
- Transcript fetching is brittle by the author’s own admission
- Free ChatGPT availability is explicitly not guaranteed
Verdict
Useful if you summarize YouTube videos regularly and don’t mind the copy-paste dance. Skip it if you want true automation or already pay for tools with direct API integration.
Frequently asked
- What is kazuki-sf/YouTube_Summary_with_ChatGPT?
- A Chrome extension that fetches YouTube transcripts and preps a ChatGPT prompt so you don't have to tab-switch into oblivion.
- Is YouTube_Summary_with_ChatGPT open source?
- Yes — kazuki-sf/YouTube_Summary_with_ChatGPT is open source, released under the MIT license.
- What language is YouTube_Summary_with_ChatGPT written in?
- kazuki-sf/YouTube_Summary_with_ChatGPT is primarily written in JavaScript.
- How popular is YouTube_Summary_with_ChatGPT?
- kazuki-sf/YouTube_Summary_with_ChatGPT has 864 stars on GitHub.
- Where can I find YouTube_Summary_with_ChatGPT?
- kazuki-sf/YouTube_Summary_with_ChatGPT is on GitHub at https://github.com/kazuki-sf/YouTube_Summary_with_ChatGPT.