Skip to content

Chrome/Firefox extension for YouTube Chapters Navigation Controls.

License

Notifications You must be signed in to change notification settings

aalexeenco/YouTubeChapters

Repository files navigation

YouTubeChapters browser extension

tests codecov version commits since latest release

YouTubeChapters is a browser extension which adds chapter navigation controls to the YouTube player.

Getting Started

Installation

Download the archive and extract the contents to a desired location and then load the extension manually:

Chrome

  1. Download the latest version
  2. Open Chrome browser
  3. Click Customize and control Google Chrome > More Tools > Extensions or enter chrome://extensions into the address bar
  4. Ensure Developer mode is turned on
  5. Click Load unpacked button and select the extension's directory

Firefox

  1. Download the latest version
  2. Open Firefox browser
  3. Open about:debugging page
  4. Click This Firefox, click Load Temporary Add-on and then select any file in the extension's directory

Development

Prerequisites

Node.js v14.15.0 or higher.

Setup

Clone the repository and use npm to install module dependencies:

npm install

Building

To build extension run the npm build script, which will pack extension files to the dist directory:

npm run build

Then add extension manually from the dist directory or reload extension if it is installed already.

Running the tests

npm test

Built With

License

MIT