https://github.com/haripasapuleti/chrome-extension
A Chrome extension to bookmark specific timestamps in YouTube videos for quick access. Easily save, view, play, and delete bookmarks directly from the video or the extension popup.
https://github.com/haripasapuleti/chrome-extension
bookmarking-application chrome-extension javascript youtube
Last synced: about 1 year ago
JSON representation
A Chrome extension to bookmark specific timestamps in YouTube videos for quick access. Easily save, view, play, and delete bookmarks directly from the video or the extension popup.
- Host: GitHub
- URL: https://github.com/haripasapuleti/chrome-extension
- Owner: HariPasapuleti
- Created: 2024-11-13T13:58:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T12:00:31.000Z (about 1 year ago)
- Last Synced: 2025-06-12T05:07:36.744Z (about 1 year ago)
- Topics: bookmarking-application, chrome-extension, javascript, youtube
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Timestamp Bookmark Extension
A Chrome extension to bookmark specific timestamps in YouTube videos and access them easily.
## Features
- Save timestamps while watching YouTube videos.
- View, play, or delete bookmarks via the extension popup.
- Sync bookmarks across devices using Chrome's sync storage.
## Installation
1. Download or clone this repository.
2. Go to `chrome://extensions/` in Chrome.
3. Enable **Developer mode** in the top-right corner.
4. Click **Load unpacked** and select the extension folder.
## How to Use
1. Open a YouTube video.
2. Click the bookmark button in the video controls to save the current timestamp.
3. Open the extension popup to view or manage bookmarks.
## File Overview
- `manifest.json`: Extension configuration.
- `background.js`: Handles tab updates.
- `contentscript.js`: Adds bookmark functionality to YouTube.
- `popup.html`, `popup.js`: Popup interface.
- `styles.css`: Popup styling.
- `assets/`: Icons and images.
## Permissions
- `tabs`: Access the active tab's URL.
- `storage`: Save and retrieve bookmarks.
---
Enjoy your YouTube bookmarking experience!