copy-youtube-link
Extension Actions
- Live on Store
Copy and bookmark YouTube URL with the timestamp via Cmd+C and s/d keys
This extension provides you with a keyboard shortcut to quickly copy the link of the YouTube video that you are watching along with the timestamp of the current time. This makes sharing much easier.
# Features:
## Copy URL with Timestamp
- Press **Cmd+C** (Mac) or **Ctrl+C** (Windows/Linux) with no text selected
- Copies the current YouTube URL with timestamp to clipboard
- If text is selected, normal copy behavior is preserved
### Save Video Segments
- Press **s** when not focused on an input field
- Pauses the video if playing
- Opens a prompt to enter a name for the segment
- Saves the segment with current timestamp to local storage
### Update Segment End Time
- Press **d** when not focused on an input field
- Updates the end time of the last saved segment for the current video
- Only works if there's a matching segment for the current video URL
## Extension Menu
Click the extension icon to access:
- **Copy JSON Data**: Copies all saved segments as formatted JSON (2-space indentation)
- **Clear All Data**: Removes all saved segments after confirmation