A Chrome extension that extracts Amazon product links from YouTube video descriptions and displays them in an overlay.
- Amazon Link Extraction: Finds Amazon links (amazon.com, amzn.to, smile.amazon) in video descriptions
- Overlay Display: Shows all found links in a convenient overlay after page reload
- Save Videos: Save videos with their Amazon links to your account
- AI Summaries: Generate summaries of product descriptions using Google Gemini
- Dark Mode Support: Matches YouTube's light/dark themes
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (toggle in top right)
- Click Load unpacked and select this folder
- Visit Google AI Studio
- Create an API key
- Right-click extension icon → Options → paste and save your key
- Right-click extension icon → Options
- Register or log in to save videos with their Amazon links
- Navigate to a YouTube video with Amazon links in the description
- Reload the page to see the overlay with extracted links
- Click Save to store the video with an AI-generated summary
Built with Manifest v3, vanilla JavaScript, and Google Gemini AI.
To develop locally:
- Make changes to the code
- Reload the extension in
chrome://extensions/ - Test on YouTube video pages
MIT License