YouTube Video Downloader Extension
Chrome extension supporting YouTube video downloading and AI summarization, integrated with n8n workflow automation.

Project Overview
A feature-rich Chrome extension that supports multi-quality YouTube video downloading and integrates AI video summarization. Uses n8n workflow automation platform to handle download and summarization tasks, supporting both online and local operation modes.
Technical Challenges & Solutions
Cross-Origin Communication
Browser extensions need safe cross-origin communication with external API services.
Workflow Integration
Needed to automate complex video processing flows, including downloading, transcoding, and AI analysis.
Architecture

The extension uses Chrome Extension API, communicates with n8n workflows via Webhook. The backend uses yt-dlp for video downloading and AI models for text summarization.
Learnings
This project taught me browser extension development, workflow automation design thinking, and how to integrate different services and APIs to realize complex feature requirements.