Skip to main content

Extension

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

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 tk:ext watch

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

Build

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

yarn tk:ext build

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

NODE_ENV=development yarn tk:ext build