Area.mp4
A Chrome extension that generates concise summaries of YouTube videos using AI. Supports multiple AI providers including OpenAI, Google AI, and OpenRouter.
- Generate summaries of YouTube videos
- Chat with AI about the video content
- Support for multiple AI providers
- Real-time streaming responses
- Dark mode interface
- Go to the Releases page
- Download
extension-unpacked.zip
- Open Chrome and go to
chrome://extensions
- Enable "Developer mode" in the top right
- Drag and drop
extension-unpacked.zip
directly onto the extensions page
That's it! No need to extract the ZIP or click any buttons.
- Click the extension icon in Chrome
- Select your preferred AI provider
- Enter your API key
- Optional: Select a specific model from the available options
- Navigate to any YouTube video
- Click the "Summarize" button below the video
- Wait for the AI to generate a summary
- Use the chat feature to ask questions about the video
# Install dependencies
bun install
# Watch for changes during development
bun run dev
# Build for production
bun run build
Then, click "Load unpacked" in chrome://extensions and select the public
folder
When rebuilding, you can click on the "Refresh" icon to see changes propagate to the extension.
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.