Skip to main content

Extension

This browser extension allows you to contribute to our researches and tracking algorithm analyses on Youtube.

Development

Prerequisites

Run "watch" mode

To start developing the extension you need to compile the source code with webpack by running the following command:

yarn yt:ext watch

then, you can open your browser's development panel and load the extension from the output folder yt.

Build

To produce a production extension run the following command in your terminal:

yarn yt:ext build

Or, if you need a version with NODE_ENV=development run:

NODE_ENV=development yarn yt:ext build