Instantly analyze YouTube videos with Perplexity AI. Get smart summaries, key insights, and actionable takeaways in seconds.
π Install Extension β’ π Documentation β’ π Report Bug β’ π‘ Request Feature
- π― One-Click Analysis - Instantly send YouTube videos to Perplexity AI
- π€ Smart Prompts - Optimized prompts for structured, comprehensive summaries
- β‘ Auto-Submission - Automatically fills and submits the query to Perplexity
- π Privacy-First - No data collection, no tracking, no personal information stored
- π¨ Professional Design - Clean, intuitive interface with custom branding
- π± Lightweight - Minimal resource usage, fast performance
- Visit the Chrome Web Store page
- Click "Add to Chrome"
- Confirm installation
- Start analyzing YouTube videos!
- Download or clone this repository
- Open Chrome β Extensions β Developer Mode
- Click "Load unpacked" β Select project folder
- Generate icons using
create_icons.html
- Test on any YouTube video
- Navigate to any YouTube video
- Click the extension icon in your browser toolbar
- Analyze - The video URL is automatically sent to Perplexity AI with an optimized prompt
- Review - Get a structured summary with key points and detailed analysis
Demo video coming soon! See assets/screenshots for current screenshots.
graph LR
A[YouTube Video] --> B[Extension Popup]
B --> C[Extract Video Info]
C --> D[Generate AI Prompt]
D --> E[Open Perplexity AI]
E --> F[Auto-Submit Query]
F --> G[AI Analysis Result]
youtube-to-perplexity-ai/
βββ π src/
β βββ π popup/ # Extension popup interface
β β βββ popup.html # Popup UI
β β βββ popup.js # Popup logic
β βββ π content/ # Content scripts
β β βββ content.js # YouTube page script
β β βββ perplexity-content.js # Perplexity auto-submit
β βββ π background/ # Background scripts
β β βββ background.js # Service worker
β βββ π assets/ # Static assets
βββ π assets/ # Documentation assets
β βββ π icons/ # Extension icons
β βββ π screenshots/ # Demo screenshots
βββ π docs/ # Documentation
βββ π scripts/ # Build and utility scripts
βββ manifest.json # Extension configuration
βββ README.md # This file
βββ LICENSE # MIT License
- Google Chrome or Chromium browser
- Basic knowledge of JavaScript and Chrome Extensions
-
Clone the repository
git clone https://github.com/kuldeep27396/youtube-to-perplexity-ai.git cd youtube-to-perplexity-ai
-
Load extension in Chrome
- Open
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the project directory
- Open
-
Generate icons (if needed)
- Open
create_icons.html
in your browser - Upload your logo and download the generated icons
- Open
-
Test the extension
- Navigate to any YouTube video
- Click the extension icon
- Verify it opens Perplexity with the correct prompt
- Edit the source files in the
src/
directory - Reload the extension in
chrome://extensions/
- Test your changes
- Submit a pull request
We welcome contributions! Please see our Contributing Guidelines for details.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- π¨ UI/UX improvements
- π€ Additional AI provider integrations
- π§ Performance optimizations
- π Documentation enhancements
- π§ͺ Testing and quality assurance
- π Internationalization (i18n)
This extension prioritizes your privacy:
- β No data collection - We don't store or track anything
- β No personal information - Only video URLs are processed
- β No account required - Works immediately
- β Open source - Transparent code, no hidden functionality
- β Minimal permissions - Only requests necessary access
For detailed privacy information, see our Privacy Policy.
- Multiple AI providers (ChatGPT, Claude, Gemini)
- Custom prompt templates
- Summary history and bookmarks
- Export options (PDF, Markdown)
- Batch processing for playlists
- Timestamp extraction
- Browser extension for Firefox and Edge
- Mobile app companion
- Team collaboration features
See our full roadmap for more details.
- π¬ Discussions - Ask questions and share ideas
- π Issues - Report bugs and request features
- π§ Email - Direct contact for urgent matters
- π― Purpose: Single-click YouTube video analysis
- β‘ Performance: < 100ms response time
- π Privacy: Zero data collection
- π± Size: < 50KB total extension size
- π Compatibility: Chrome, Edge, Brave (Manifest V3)
This project is licensed under the MIT License - see the LICENSE file for details.
- π¨ Perplexity AI for providing excellent AI analysis
- π₯ YouTube for the video platform
- π Contributors who help improve this extension
- π‘ Users who provide valuable feedback
If this extension helps you save time and gain insights from YouTube videos, please:
- β Star this repository
- π Report any bugs you find
- π‘ Suggest new features
- π’ Share with friends and colleagues
- βοΈ Write a review on the Chrome Web Store
Made with β€οΈ by Kuldeep
π Star this repo β’ π Fork this repo β’ π Copy link