Skip to content

TubeTuner is a Chrome extension that enables you to bookmark and navigate to specific timestamps in YouTube videos, enhancing your viewing experience with seamless playback control.

Notifications You must be signed in to change notification settings

Soumya6Tiwari/TubeTuner

Repository files navigation

TubeTuner

TubeTuner is a robust Chrome extension crafted to elevate your YouTube journey. It empowers you to effortlessly bookmark precise timestamps within videos, whether you're diving into educational content, tutorials, or entertainment. TubeTuner ensures that significant moments are saved for quick retrieval, eliminating the need to scrub through videos. Simply jump directly to the moments that hold the most value to you.

Screenshots

image of TubeTuner Chrome Extension image of TubeTuner Chrome Extension


Non Youtube video page


Without Bookmarks Without Bookmarks


Bookmarks






Editing and creating a note


Edited Bookmarks


Table of Contents

Features

  1. Create bookmarks with notes
  2. View and manage saved bookmarks
  3. Easy navigation to specific timestamps
  4. Edit existing bookmarks
  5. Delete bookmarks

Getting Started

Follow these steps to get started

Prerequisites

  • Google Chrome Browser

Installation

  1. Fork and then clone this repository

  2. Open Google Chrome.

  3. Go to chrome://extensions/.

  4. Enable "Developer mode" in the top-right corner.

  5. Click "Load unpacked extension" and choose the folder where you saved the cloned repository.

The extension should now appear in your Chrome toolbar.

Usage

  1. Open a YouTube video.
  2. Click on the ("+") icon below the video to create a bookmark.
  3. Click on the TubeTuner icon in your Chrome toolbar to access your saved bookmarks.
  4. Add & edit notes for your bookmarks
  5. Navigate to specific timestamps.
  6. Delete single or all bookmarks.

Understanding the Code

In this section, the main logic of the extension in the popup.js script is explained.

  • showEditModal: Displays the edit modal for editing the bookmark text.
  • saveEditedNote: Saves the edited bookmark text.
  • showFullNote: Displays the full note when the truncated note is clicked.
  • addNewBookmark: Adds a new bookmark element to the list of bookmarks.
  • viewBookmarks: Displays all saved bookmarks for the current video.
  • onPlay: Jumps to the timestamp of the clicked bookmark.
  • onEdit: Opens the edit modal for the clicked bookmark.
  • onDelete: Deletes the clicked bookmark.
  • onDeleteAll: Deletes all bookmarks for the current video.
  • setBookmarkAttributes: Sets the attributes and event listeners for bookmark controls.

Resources

Support

If you have any questions or need help getting started, please open an issue in the repository or contact me via email: soumyaecc6@gmail.com

About

TubeTuner is a Chrome extension that enables you to bookmark and navigate to specific timestamps in YouTube videos, enhancing your viewing experience with seamless playback control.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published