A Chrome extension that lets you easily fetch and copy YouTube video transcripts.
- Quick Transcript Access: Fetch and copy video transcripts with a keyboard shortcut
- Smart Formatting: Automatically formats transcripts with proper spacing, capitalization, and punctuation
- Keyboard Shortcut: Use Command+Shift+Y (Mac) or Ctrl+Shift+Y (Windows/Linux) to instantly copy transcripts
- Visual Feedback: Notifications indicate success or any issues
- Works on Any YouTube Video: Compatible with any YouTube video that has captions/transcripts available
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions
- Enable "Developer mode" using the toggle in the top right
- Click "Load unpacked" and select the extension directory
- The extension icon will appear in your browser toolbar
- Navigate to any YouTube video
- Press Command+Shift+Y (Mac) or Ctrl+Shift+Y (Windows/Linux)
- The transcript will be automatically copied to your clipboard
- Click the extension icon in your toolbar
- Click "Get Transcript"
- The transcript will be copied to your clipboard
- Go to
chrome://extensions/shortcuts
- Find "YouTube Transcript Fetcher"
- Click the pencil icon
- Enter your preferred key combination
The extension requires the following permissions:
activeTab
: To access the current YouTube videoclipboardWrite
: To copy the transcriptscripting
: To inject content scriptsnotifications
: To show success/error messages