YouTube Summary with ChatGPT is a simple Chrome Extension (manifest v3) that allows you to get both YouTube video transcripts and summary of the video with OpenAI's ChatGPT AI technology. Chrome Extension is available on Chrome Web Store.
To install this extension, follow these steps:
- Download the code on GitHub.
- Unzip the downloaded file.
- Open the code in your favorite IDE like VS Code.
- Run
npm install
in terminal
npm install
- Run
npm run build
ornpm run build-release
to run webpack to generate dist folder.
npm run build
# or
npm run build-release
- In case of Google Chrome, open the Extensions page (chrome://extensions/).
- Turn on Developer mode by clicking the toggle switch in the top right corner of the page.
- Click the
Load unpacked
button and select the dist directory. - YouTube Summary with ChatGPT extension should be installed and active!
To use YouTube Summary with ChatGPT extension, follow these steps (or watch this video):
- Go to any YouTube videos.
- Click the small box on the right top that says
Transcript & Summary
. - Click
View AI Summary
button (It automatically copies the prompt for you and opens the ChatGPT page!) - Hit
Cmd + V
if you use Mac - You'll see a magic!
- According to OpenAI, ChatGPT is experiencing exceptionally high demand. They work on scaling their systems but I can't guarantee that ChatGPT keeps free and is open forever.
- This code manually fetches the YouTube video transcripts, and the platform might change the system so I also cannot guarantee that the YouTube video transcript code works forever. I'll try my best to keep updated!
If you have any questions or feedback about YouTube Summary with ChatGPT Extension, please reach out to me on Twitter. Also, I'm building Glasp, a social web annotation tool to build your own AI models to write, search, and summarize better. If you're interested, please check out Glasp.