/twitch-player-extension

Twitch Player Extension is a browser extension for watching sub-only Twitch VODs.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Twitch Player Extension

Twitch Player Extension is a browser extension for watching sub-only Twitch VODs. It uses Twitch Player Web.

Installation

Replace the variable BASE_URL in extension.js by your server url.

Build the extension:

pnpm build

Drag-n-drop the file TwitchVODPlayer.crx from the dist folder into your browser.

Development

Replace the variable BASE_URL in extension.js by your server url.

Run the extension:

pnpm dev

Drag-n-drop the folder build into your browser.