A Chrome extension to bookmark specific timestamps in YouTube videos and access them easily.
- Save timestamps while watching YouTube videos.
- View, play, or delete bookmarks via the extension popup.
- Sync bookmarks across devices using Chrome's sync storage.
- Download or clone this repository.
- Go to
chrome://extensions/in Chrome. - Enable Developer mode in the top-right corner.
- Click Load unpacked and select the extension folder.
- Open a YouTube video.
- Click the bookmark button in the video controls to save the current timestamp.
- Open the extension popup to view or manage bookmarks.
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.
tabs: Access the active tab's URL.storage: Save and retrieve bookmarks.
Enjoy your YouTube bookmarking experience!