YouTubeChapters is a browser extension which adds chapter navigation controls to the YouTube player.
Download the archive and extract the contents to a desired location and then load the extension manually:
- Download the latest version
- Open Chrome browser
- Click
Customize and control Google Chrome
>More Tools
>Extensions
or enterchrome://extensions
into the address bar - Ensure
Developer mode
is turned on - Click
Load unpacked
button and select the extension's directory
- Download the latest version
- Open Firefox browser
- Open
about:debugging
page - Click
This Firefox
, clickLoad Temporary Add-on
and then select any file in the extension's directory
Node.js v14.15.0 or higher.
Clone the repository and use npm to install module dependencies:
npm install
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.
npm test
- Babel
- cross-var
- ESLint
- Jest - JavaScript Testing Framework
- jest-stare - Jest HTML Reporter
- Prettier
- Testing Library
- yvar
- VS Code
- Git Release - A GitHub Action for creating a GitHub Release with Assets and Changelog